Color Hex Logo

#c80398 Color Hex

#C80398
(200,3,152)
0 Favorites   0 Comments

Color spaces of #c80398

RGB 2003152
HSL0.870.970.40
HSV315°99°78°
CMYK 0.000.990.24   0.22
XYZ29.519514.611530.9702
Yxy14.61150.39310.1946
Hunter Lab38.225070.9541-21.2797
CIE-Lab45.097475.2541-26.1896

#c80398 color RGB value is (200,3,152).

#c80398 hex color red value is 200, green value is 3 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c80398 hue: 0.87 , saturation: 0.97 and the lightness value of c80398 is 0.40.

The process color (four color CMYK) of #c80398 color hex is 0.00, 0.99, 0.24, 0.22. Web safe color of #c80398 is #cc0099. Color #c80398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000011 10011000
Octal 310 3 230
Decimal 200 3 152
Hex C8 3 98

RGB Percentages of Color #c80398

%56.34
%0.85
%42.82

CMYK Percentages of Color #c80398

%0
%99
%24
%22

Triadic Colors of #c80398

#c80398 #98c803 #0398c8

Analogous Colors of #c80398

#c80398 #c80336 #9603c8

Monochromatic Colors of #c80398

#c80398

Complementary Color

#c80398 #03c833

#c80398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80398 Color CSS Codes

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

#c80398 Text Font Color

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

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


#c80398 Background Color

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

This div background color is #c80398


#c80398 Border Color

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

This div border color is #c80398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80398


Comments

No comments written yet.

Please login to write comment.