Color Hex Logo

#cb058b Color Hex

#CB058B
(203,5,139)
0 Favorites   0 Comments

Color spaces of #cb058b

RGB 2035139
HSL0.890.950.41
HSV319°98°80°
CMYK 0.000.980.32   0.20
XYZ29.343114.669125.7110
Yxy14.66910.42090.2104
Hunter Lab38.300369.7293-12.9912
CIE-Lab45.177674.2327-18.1397

#cb058b color RGB value is (203,5,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000101 10001011
Octal 313 5 213
Decimal 203 5 139
Hex CB 5 8B

RGB Percentages of Color #cb058b

%58.50
%1.44
%40.06

CMYK Percentages of Color #cb058b

%0
%98
%32
%20

Triadic Colors of #cb058b

#cb058b #8bcb05 #058bcb

Analogous Colors of #cb058b

#cb058b #cb0528 #a805cb

Monochromatic Colors of #cb058b

#cb058b

Complementary Color

#cb058b #05cb45

#cb058b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb058b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb058b Color CSS Codes

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

#cb058b Text Font Color

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

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


#cb058b Background Color

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

This div background color is #cb058b


#cb058b Border Color

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

This div border color is #cb058b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb058b


Comments

No comments written yet.

Please login to write comment.