Color Hex Logo

#c02382 Color Hex

#C02382
(192,35,130)
0 Favorites   0 Comments

Color spaces of #c02382

RGB 19235130
HSL0.900.690.45
HSV324°82°75°
CMYK 0.000.820.32   0.25
XYZ26.368514.020222.4355
Yxy14.02020.41970.2232
Hunter Lab37.443660.1770-9.3150
CIE-Lab44.261966.3516-14.2288

#c02382 color RGB value is (192,35,130).

#c02382 hex color red value is 192, green value is 35 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c02382 hue: 0.90 , saturation: 0.69 and the lightness value of c02382 is 0.45.

The process color (four color CMYK) of #c02382 color hex is 0.00, 0.82, 0.32, 0.25. Web safe color of #c02382 is #cc3399. Color #c02382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10000010
Octal 300 43 202
Decimal 192 35 130
Hex C0 23 82

RGB Percentages of Color #c02382

%53.78
%9.80
%36.41

CMYK Percentages of Color #c02382

%0
%82
%32
%25

Triadic Colors of #c02382

#c02382 #82c023 #2382c0

Analogous Colors of #c02382

#c02382 #c02334 #b023c0

Monochromatic Colors of #c02382

#c02382

Complementary Color

#c02382 #23c061

#c02382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02382 Color CSS Codes

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

#c02382 Text Font Color

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

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


#c02382 Background Color

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

This div background color is #c02382


#c02382 Border Color

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

This div border color is #c02382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02382


Comments

No comments written yet.

Please login to write comment.