Color Hex Logo

#cb059f Color Hex

#CB059F
(203,5,159)
0 Favorites   0 Comments

Color spaces of #cb059f

RGB 2035159
HSL0.870.950.41
HSV313°98°80°
CMYK 0.000.980.22   0.20
XYZ30.940915.308334.1249
Yxy15.30830.38500.1905
Hunter Lab39.125872.6885-24.3237
CIE-Lab46.053676.4825-28.8634

#cb059f color RGB value is (203,5,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000101 10011111
Octal 313 5 237
Decimal 203 5 159
Hex CB 5 9F

RGB Percentages of Color #cb059f

%55.31
%1.36
%43.32

CMYK Percentages of Color #cb059f

%0
%98
%22
%20

Triadic Colors of #cb059f

#cb059f #9fcb05 #059fcb

Analogous Colors of #cb059f

#cb059f #cb053c #9405cb

Monochromatic Colors of #cb059f

#cb059f

Complementary Color

#cb059f #05cb31

#cb059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb059f Color CSS Codes

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

#cb059f Text Font Color

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

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


#cb059f Background Color

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

This div background color is #cb059f


#cb059f Border Color

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

This div border color is #cb059f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb059f


Comments

No comments written yet.

Please login to write comment.