Color Hex Logo

#cb129f Color Hex

#CB129F
(203,18,159)
0 Favorites   0 Comments

Color spaces of #cb129f

RGB 20318159
HSL0.870.840.43
HSV314°91°80°
CMYK 0.000.910.22   0.20
XYZ31.102915.632334.1789
Yxy15.63230.38440.1932
Hunter Lab39.537771.2286-23.5776
CIE-Lab46.488375.2079-28.1854

#cb129f color RGB value is (203,18,159).

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

The process color (four color CMYK) of #cb129f color hex is 0.00, 0.91, 0.22, 0.20. Web safe color of #cb129f is #cc0099. Color #cb129f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010010 10011111
Octal 313 22 237
Decimal 203 18 159
Hex CB 12 9F

RGB Percentages of Color #cb129f

%53.42
%4.74
%41.84

CMYK Percentages of Color #cb129f

%0
%91
%22
%20

Triadic Colors of #cb129f

#cb129f #9fcb12 #129fcb

Analogous Colors of #cb129f

#cb129f #cb1243 #9b12cb

Monochromatic Colors of #cb129f

#cb129f

Complementary Color

#cb129f #12cb3e

#cb129f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb129f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb129f Color CSS Codes

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

#cb129f Text Font Color

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

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


#cb129f Background Color

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

This div background color is #cb129f


#cb129f Border Color

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

This div border color is #cb129f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb129f


Comments

No comments written yet.

Please login to write comment.