Color Hex Logo

#c03985 Color Hex

#C03985
(192,57,133)
0 Favorites   0 Comments

Color spaces of #c03985

RGB 19257133
HSL0.910.540.49
HSV326°70°75°
CMYK 0.000.700.31   0.25
XYZ27.435015.826223.7991
Yxy15.82620.40910.2360
Hunter Lab39.782253.4803-7.6219
CIE-Lab46.745659.9843-12.2928

#c03985 color RGB value is (192,57,133).

#c03985 hex color red value is 192, green value is 57 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c03985 hue: 0.91 , saturation: 0.54 and the lightness value of c03985 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111001 10000101
Octal 300 71 205
Decimal 192 57 133
Hex C0 39 85

RGB Percentages of Color #c03985

%50.26
%14.92
%34.82

CMYK Percentages of Color #c03985

%0
%70
%31
%25

Triadic Colors of #c03985

#c03985 #85c039 #3985c0

Analogous Colors of #c03985

#c03985 #c03942 #b839c0

Monochromatic Colors of #c03985

#c03985

Complementary Color

#c03985 #39c074

#c03985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03985 Color CSS Codes

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

#c03985 Text Font Color

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

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


#c03985 Background Color

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

This div background color is #c03985


#c03985 Border Color

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

This div border color is #c03985


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,57,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 #c03985">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03985


Comments

No comments written yet.

Please login to write comment.