Color Hex Logo

#cb06ae Color Hex

#CB06AE
(203,6,174)
0 Favorites   0 Comments

Color spaces of #cb06ae

RGB 2036174
HSL0.860.940.41
HSV309°97°80°
CMYK 0.000.970.14   0.20
XYZ32.333715.882841.4059
Yxy15.88280.36080.1772
Hunter Lab39.853275.0774-33.7027
CIE-Lab46.820378.2630-36.5876

#cb06ae color RGB value is (203,6,174).

#cb06ae hex color red value is 203, green value is 6 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb06ae hue: 0.86 , saturation: 0.94 and the lightness value of cb06ae is 0.41.

The process color (four color CMYK) of #cb06ae color hex is 0.00, 0.97, 0.14, 0.20. Web safe color of #cb06ae is #cc0099. Color #cb06ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000110 10101110
Octal 313 6 256
Decimal 203 6 174
Hex CB 6 AE

RGB Percentages of Color #cb06ae

%53.00
%1.57
%45.43

CMYK Percentages of Color #cb06ae

%0
%97
%14
%20

Triadic Colors of #cb06ae

#cb06ae #aecb06 #06aecb

Analogous Colors of #cb06ae

#cb06ae #cb064b #8606cb

Monochromatic Colors of #cb06ae

#cb06ae

Complementary Color

#cb06ae #06cb23

#cb06ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb06ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb06ae Color CSS Codes

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

#cb06ae Text Font Color

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

This sample text font color is #cb06ae
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.


#cb06ae Background Color

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

This div background color is #cb06ae


#cb06ae Border Color

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

This div border color is #cb06ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb06ae


Comments

No comments written yet.

Please login to write comment.