Color Hex Logo

#c80394 Color Hex

#C80394
(200,3,148)
0 Favorites   0 Comments

Color spaces of #c80394

RGB 2003148
HSL0.880.970.40
HSV316°99°78°
CMYK 0.000.990.26   0.22
XYZ29.197314.482629.2735
Yxy14.48260.40020.1985
Hunter Lab38.056070.3506-18.9679
CIE-Lab44.917274.7944-24.0530

#c80394 color RGB value is (200,3,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000011 10010100
Octal 310 3 224
Decimal 200 3 148
Hex C8 3 94

RGB Percentages of Color #c80394

%56.98
%0.85
%42.17

CMYK Percentages of Color #c80394

%0
%99
%26
%22

Triadic Colors of #c80394

#c80394 #94c803 #0394c8

Analogous Colors of #c80394

#c80394 #c80332 #9a03c8

Monochromatic Colors of #c80394

#c80394

Complementary Color

#c80394 #03c837

#c80394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80394 Color CSS Codes

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

#c80394 Text Font Color

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

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


#c80394 Background Color

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

This div background color is #c80394


#c80394 Border Color

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

This div border color is #c80394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80394


Comments

No comments written yet.

Please login to write comment.