Color Hex Logo

#cb065a Color Hex

#CB065A
(203,6,90)
0 Favorites   0 Comments

Color spaces of #cb065a

RGB 203690
HSL0.930.940.41
HSV334°97°80°
CMYK 0.000.970.56   0.20
XYZ26.539213.564910.8924
Yxy13.56490.52040.2660
Hunter Lab36.830664.16938.2468
CIE-Lab43.602469.89669.9193

#cb065a color RGB value is (203,6,90).

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

The process color (four color CMYK) of #cb065a color hex is 0.00, 0.97, 0.56, 0.20. Web safe color of #cb065a is #cc0066. Color #cb065a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000110 01011010
Octal 313 6 132
Decimal 203 6 90
Hex CB 6 5A

RGB Percentages of Color #cb065a

%67.89
%2.01
%30.10

CMYK Percentages of Color #cb065a

%0
%97
%56
%20

Triadic Colors of #cb065a

#cb065a #5acb06 #065acb

Analogous Colors of #cb065a

#cb065a #cb1506 #cb06bd

Monochromatic Colors of #cb065a

#cb065a

Complementary Color

#cb065a #06cb77

#cb065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb065a Color CSS Codes

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

#cb065a Text Font Color

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

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


#cb065a Background Color

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

This div background color is #cb065a


#cb065a Border Color

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

This div border color is #cb065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb065a


Comments

No comments written yet.

Please login to write comment.