Color Hex Logo

#cb035a Color Hex

#CB035A
(203,3,90)
0 Favorites   0 Comments

Color spaces of #cb035a

RGB 203390
HSL0.930.970.40
HSV334°99°80°
CMYK 0.000.990.56   0.20
XYZ26.506613.499810.8815
Yxy13.49980.52090.2653
Hunter Lab36.742164.47558.1602
CIE-Lab43.506970.17439.7856

#cb035a color RGB value is (203,3,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000011 01011010
Octal 313 3 132
Decimal 203 3 90
Hex CB 3 5A

RGB Percentages of Color #cb035a

%68.58
%1.01
%30.41

CMYK Percentages of Color #cb035a

%0
%99
%56
%20

Triadic Colors of #cb035a

#cb035a #5acb03 #035acb

Analogous Colors of #cb035a

#cb035a #cb1003 #cb03be

Monochromatic Colors of #cb035a

#cb035a

Complementary Color

#cb035a #03cb74

#cb035a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb035a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb035a Color CSS Codes

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

#cb035a Text Font Color

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

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


#cb035a Background Color

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

This div background color is #cb035a


#cb035a Border Color

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

This div border color is #cb035a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,3,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 #cb035a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb035a


Comments

No comments written yet.

Please login to write comment.