Color Hex Logo

#cb135a Color Hex

#CB135A
(203,19,90)
0 Favorites   0 Comments

Color spaces of #cb135a

RGB 2031990
HSL0.940.830.44
HSV337°91°80°
CMYK 0.000.910.56   0.20
XYZ26.706913.900410.9483
Yxy13.90040.51800.2696
Hunter Lab37.283262.61838.6876
CIE-Lab44.089868.482710.6010

#cb135a color RGB value is (203,19,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010011 01011010
Octal 313 23 132
Decimal 203 19 90
Hex CB 13 5A

RGB Percentages of Color #cb135a

%65.06
%6.09
%28.85

CMYK Percentages of Color #cb135a

%0
%91
%56
%20

Triadic Colors of #cb135a

#cb135a #5acb13 #135acb

Analogous Colors of #cb135a

#cb135a #cb2813 #cb13b6

Monochromatic Colors of #cb135a

#cb135a

Complementary Color

#cb135a #13cb84

#cb135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb135a Color CSS Codes

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

#cb135a Text Font Color

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

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


#cb135a Background Color

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

This div background color is #cb135a


#cb135a Border Color

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

This div border color is #cb135a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb135a


Comments

No comments written yet.

Please login to write comment.