Color Hex Logo

#c80693 Color Hex

#C80693
(200,6,147)
0 Favorites   0 Comments

Color spaces of #c80693

RGB 2006147
HSL0.880.940.40
HSV316°97°78°
CMYK 0.000.970.27   0.22
XYZ29.151014.516228.8692
Yxy14.51620.40190.2001
Hunter Lab38.100169.8979-18.2551
CIE-Lab44.964374.4131-23.3749

#c80693 color RGB value is (200,6,147).

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

The process color (four color CMYK) of #c80693 color hex is 0.00, 0.97, 0.27, 0.22. Web safe color of #c80693 is #cc0099. Color #c80693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000110 10010011
Octal 310 6 223
Decimal 200 6 147
Hex C8 6 93

RGB Percentages of Color #c80693

%56.66
%1.70
%41.64

CMYK Percentages of Color #c80693

%0
%97
%27
%22

Triadic Colors of #c80693

#c80693 #93c806 #0693c8

Analogous Colors of #c80693

#c80693 #c80632 #9c06c8

Monochromatic Colors of #c80693

#c80693

Complementary Color

#c80693 #06c83b

#c80693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80693 Color CSS Codes

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

#c80693 Text Font Color

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

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


#c80693 Background Color

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

This div background color is #c80693


#c80693 Border Color

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

This div border color is #c80693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80693


Comments

No comments written yet.

Please login to write comment.