Color Hex Logo

#c02385 Color Hex

#C02385
(192,35,133)
0 Favorites   0 Comments

Color spaces of #c02385

RGB 19235133
HSL0.900.690.45
HSV323°82°75°
CMYK 0.000.820.31   0.25
XYZ26.572914.102023.5117
Yxy14.10200.41400.2197
Hunter Lab37.552660.5926-10.8346
CIE-Lab44.378966.6879-15.8866

#c02385 color RGB value is (192,35,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10000101
Octal 300 43 205
Decimal 192 35 133
Hex C0 23 85

RGB Percentages of Color #c02385

%53.33
%9.72
%36.94

CMYK Percentages of Color #c02385

%0
%82
%31
%25

Triadic Colors of #c02385

#c02385 #85c023 #2385c0

Analogous Colors of #c02385

#c02385 #c02336 #ad23c0

Monochromatic Colors of #c02385

#c02385

Complementary Color

#c02385 #23c05e

#c02385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02385 Color CSS Codes

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

#c02385 Text Font Color

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

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


#c02385 Background Color

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

This div background color is #c02385


#c02385 Border Color

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

This div border color is #c02385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02385


Comments

No comments written yet.

Please login to write comment.