Color Hex Logo

#cb008c Color Hex

#CB008C
(203,0,140)
0 Favorites   0 Comments

Color spaces of #cb008c

RGB 2030140
HSL0.891.000.40
HSV319°100°80°
CMYK 0.001.000.31   0.20
XYZ29.362214.590026.0795
Yxy14.59000.41930.2083
Hunter Lab38.196970.3697-13.7434
CIE-Lab45.067474.7809-18.9174

#cb008c color RGB value is (203,0,140).

#cb008c hex color red value is 203, green value is 0 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cb008c hue: 0.89 , saturation: 1.00 and the lightness value of cb008c is 0.40.

The process color (four color CMYK) of #cb008c color hex is 0.00, 1.00, 0.31, 0.20. Web safe color of #cb008c is #cc0099. Color #cb008c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000000 10001100
Octal 313 0 214
Decimal 203 0 140
Hex CB 0 8C

RGB Percentages of Color #cb008c

%59.18
%0.00
%40.82

CMYK Percentages of Color #cb008c

%0
%100
%31
%20

Triadic Colors of #cb008c

#cb008c #8ccb00 #008ccb

Analogous Colors of #cb008c

#cb008c #cb0027 #a500cb

Monochromatic Colors of #cb008c

#cb008c

Complementary Color

#cb008c #00cb3f

#cb008c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb008c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb008c Color CSS Codes

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

#cb008c Text Font Color

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

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


#cb008c Background Color

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

This div background color is #cb008c


#cb008c Border Color

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

This div border color is #cb008c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb008c


Comments

No comments written yet.

Please login to write comment.