Color Hex Logo

#cb6edf Color Hex

#CB6EDF
(203,110,223)
0 Favorites   0 Comments

Color spaces of #cb6edf

RGB 203110223
HSL0.800.640.65
HSV289°51°87°
CMYK 0.090.510.00   0.13
XYZ43.523829.176173.1496
Yxy29.17610.29840.2000
Hunter Lab54.014949.3046-42.4830
CIE-Lab60.936753.7653-42.5154

#cb6edf color RGB value is (203,110,223).

#cb6edf hex color red value is 203, green value is 110 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cb6edf hue: 0.80 , saturation: 0.64 and the lightness value of cb6edf is 0.65.

The process color (four color CMYK) of #cb6edf color hex is 0.09, 0.51, 0.00, 0.13. Web safe color of #cb6edf is #cc66cc. Color #cb6edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101110 11011111
Octal 313 156 337
Decimal 203 110 223
Hex CB 6E DF

RGB Percentages of Color #cb6edf

%37.87
%20.52
%41.60

CMYK Percentages of Color #cb6edf

%9
%51
%0
%13

Triadic Colors of #cb6edf

#cb6edf #dfcb6e #6edfcb

Analogous Colors of #cb6edf

#cb6edf #df6ebb #936edf

Monochromatic Colors of #cb6edf

#cb6edf

Complementary Color

#cb6edf #82df6e

#cb6edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6edf Color CSS Codes

.mybgcolor {background-color:#cb6edf; } 
.myforecolor {color:#cb6edf; }
.mybordercolor {border:3px solid #cb6edf; }

#cb6edf Text Font Color

<p style="color:#cb6edf">Text here</p>

This sample text font color is #cb6edf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb6edf Background Color

<div style="background-color:#cb6edf">
Div content here</div>

This div background color is #cb6edf


#cb6edf Border Color

<div style="border:3px solid #cb6edf">
Div here</div>

This div border color is #cb6edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,110,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb6edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb6edf;
  -webkit-box-shadow: 1px 1px 3px 2px #cb6edf;
  box-shadow:         1px 1px 3px 2px #cb6edf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,110,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb6edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb6edf;
  -webkit-box-shadow: 1px 1px 3px 2px #cb6edf;
  box-shadow:         1px 1px 3px 2px #cb6edf;">
Div content here</div>

This div box has shadow with color #cb6edf


Comments

No comments written yet.

Please login to write comment.