color codes Logo

#c8159b color codes

#C8159B
(200,21,155)
0 Favorites   0 Comments

Color spaces of #c8159b

RGB 20021155
HSL0.880.810.43
HSV315°90°78°
CMYK 0.000.900.23   0.22
XYZ30.004015.182232.3594
Yxy15.18220.38690.1958
Hunter Lab38.964369.2641-21.9646
CIE-Lab45.882773.7116-26.7735

#c8159b color RGB value is (200,21,155).

#c8159b hex color red value is 200, green value is 21 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c8159b hue: 0.88 , saturation: 0.81 and the lightness value of c8159b is 0.43.

The process color (four color CMYK) of #c8159b color code is 0.00, 0.90, 0.23, 0.22. Web safe color of #c8159b is #cc0099. Color #c8159b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 10011011
Octal 310 25 233
Decimal 200 21 155
Hex C8 15 9B

RGB Percentages of Color #c8159b

%53.19
%5.59
%41.22

CMYK Percentages of Color #c8159b

%0
%90
%23
%22

Triadic Colors of #c8159b

#c8159b #9bc815 #159bc8

Analogous Colors of #c8159b

#c8159b #c81541 #9c15c8

Monochromatic Colors of #c8159b

#c8159b

Complementary Color

#c8159b #15c842

#c8159b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8159b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8159b Color CSS Codes

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

#c8159b Text Font Color

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

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


#c8159b Background Color

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

This div background color is #c8159b


#c8159b Border Color

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

This div border color is #c8159b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,21,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8159b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8159b;
  -webkit-box-shadow: 1px 1px 3px 2px #c8159b;
  box-shadow:         1px 1px 3px 2px #c8159b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,21,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8159b


Comments

No comments written yet.

Please login to write comment.