Color Hex Logo

#cb125a Color Hex

#CB125A
(203,18,90)
0 Favorites   0 Comments

Color spaces of #cb125a

RGB 2031890
HSL0.940.840.43
HSV337°91°80°
CMYK 0.000.910.56   0.20
XYZ26.690413.867310.9428
Yxy13.86730.51830.2693
Hunter Lab37.238862.76948.6445
CIE-Lab44.042068.621010.5343

#cb125a color RGB value is (203,18,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010010 01011010
Octal 313 22 132
Decimal 203 18 90
Hex CB 12 5A

RGB Percentages of Color #cb125a

%65.27
%5.79
%28.94

CMYK Percentages of Color #cb125a

%0
%91
%56
%20

Triadic Colors of #cb125a

#cb125a #5acb12 #125acb

Analogous Colors of #cb125a

#cb125a #cb2712 #cb12b7

Monochromatic Colors of #cb125a

#cb125a

Complementary Color

#cb125a #12cb83

#cb125a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb125a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb125a Color CSS Codes

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

#cb125a Text Font Color

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

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


#cb125a Background Color

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

This div background color is #cb125a


#cb125a Border Color

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

This div border color is #cb125a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb125a


Comments

No comments written yet.

Please login to write comment.