Color Hex Logo

#cb095b Color Hex

#CB095B
(203,9,91)
0 Favorites   0 Comments

Color spaces of #cb095b

RGB 203991
HSL0.930.920.42
HSV335°96°80°
CMYK 0.000.960.55   0.20
XYZ26.614613.647211.1290
Yxy13.64720.51790.2656
Hunter Lab36.942163.94997.9981
CIE-Lab43.722769.68739.4593

#cb095b color RGB value is (203,9,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001001 01011011
Octal 313 11 133
Decimal 203 9 91
Hex CB 9 5B

RGB Percentages of Color #cb095b

%67.00
%2.97
%30.03

CMYK Percentages of Color #cb095b

%0
%96
%55
%20

Triadic Colors of #cb095b

#cb095b #5bcb09 #095bcb

Analogous Colors of #cb095b

#cb095b #cb1809 #cb09bc

Monochromatic Colors of #cb095b

#cb095b

Complementary Color

#cb095b #09cb79

#cb095b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb095b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb095b Color CSS Codes

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

#cb095b Text Font Color

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

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


#cb095b Background Color

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

This div background color is #cb095b


#cb095b Border Color

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

This div border color is #cb095b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb095b


Comments

No comments written yet.

Please login to write comment.