Color Hex Logo

#cb125b Color Hex

#CB125B
(203,18,91)
0 Favorites   0 Comments

Color spaces of #cb125b

RGB 2031891
HSL0.930.840.43
HSV336°91°80°
CMYK 0.000.910.55   0.20
XYZ26.733213.884511.1685
Yxy13.88450.51620.2681
Hunter Lab37.261962.85488.3124
CIE-Lab44.066868.68899.9422

#cb125b color RGB value is (203,18,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010010 01011011
Octal 313 22 133
Decimal 203 18 91
Hex CB 12 5B

RGB Percentages of Color #cb125b

%65.06
%5.77
%29.17

CMYK Percentages of Color #cb125b

%0
%91
%55
%20

Triadic Colors of #cb125b

#cb125b #5bcb12 #125bcb

Analogous Colors of #cb125b

#cb125b #cb2612 #cb12b8

Monochromatic Colors of #cb125b

#cb125b

Complementary Color

#cb125b #12cb82

#cb125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb125b Color CSS Codes

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

#cb125b Text Font Color

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

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


#cb125b Background Color

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

This div background color is #cb125b


#cb125b Border Color

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

This div border color is #cb125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb125b


Comments

No comments written yet.

Please login to write comment.