Color Hex Logo

#c8089e Color Hex

#C8089E
(200,8,158)
0 Favorites   0 Comments

Color spaces of #c8089e

RGB 2008158
HSL0.870.920.41
HSV313°96°78°
CMYK 0.000.960.21   0.22
XYZ30.077814.921633.6426
Yxy14.92160.38250.1897
Hunter Lab38.628571.3879-24.5973
CIE-Lab45.526675.5255-29.1289

#c8089e color RGB value is (200,8,158).

#c8089e hex color red value is 200, green value is 8 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c8089e hue: 0.87 , saturation: 0.92 and the lightness value of c8089e is 0.41.

The process color (four color CMYK) of #c8089e color hex is 0.00, 0.96, 0.21, 0.22. Web safe color of #c8089e is #cc0099. Color #c8089e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 10011110
Octal 310 10 236
Decimal 200 8 158
Hex C8 8 9E

RGB Percentages of Color #c8089e

%54.64
%2.19
%43.17

CMYK Percentages of Color #c8089e

%0
%96
%21
%22

Triadic Colors of #c8089e

#c8089e #9ec808 #089ec8

Analogous Colors of #c8089e

#c8089e #c8083e #9208c8

Monochromatic Colors of #c8089e

#c8089e

Complementary Color

#c8089e #08c832

#c8089e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8089e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8089e Color CSS Codes

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

#c8089e Text Font Color

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

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


#c8089e Background Color

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

This div background color is #c8089e


#c8089e Border Color

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

This div border color is #c8089e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8089e


Comments

No comments written yet.

Please login to write comment.