Color Hex Logo

#c02079 Color Hex

#C02079
(192,32,121)
0 Favorites   0 Comments

Color spaces of #c02079

RGB 19232121
HSL0.910.710.44
HSV327°83°75°
CMYK 0.000.830.37   0.25
XYZ25.705913.620019.3632
Yxy13.62000.43800.2321
Hunter Lab36.905359.7476-5.2742
CIE-Lab43.683066.0923-9.5681

#c02079 color RGB value is (192,32,121).

#c02079 hex color red value is 192, green value is 32 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c02079 hue: 0.91 , saturation: 0.71 and the lightness value of c02079 is 0.44.

The process color (four color CMYK) of #c02079 color hex is 0.00, 0.83, 0.37, 0.25. Web safe color of #c02079 is #cc3366. Color #c02079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 01111001
Octal 300 40 171
Decimal 192 32 121
Hex C0 20 79

RGB Percentages of Color #c02079

%55.65
%9.28
%35.07

CMYK Percentages of Color #c02079

%0
%83
%37
%25

Triadic Colors of #c02079

#c02079 #79c020 #2079c0

Analogous Colors of #c02079

#c02079 #c02029 #b720c0

Monochromatic Colors of #c02079

#c02079

Complementary Color

#c02079 #20c067

#c02079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02079 Color CSS Codes

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

#c02079 Text Font Color

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

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


#c02079 Background Color

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

This div background color is #c02079


#c02079 Border Color

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

This div border color is #c02079


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,32,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c02079; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c02079;
  -webkit-box-shadow: 1px 1px 3px 2px #c02079;
  box-shadow:         1px 1px 3px 2px #c02079; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,32,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02079


Comments

No comments written yet.

Please login to write comment.