Color Hex Logo

#c03eaf Color Hex

#C03EAF
(192,62,175)
0 Favorites   0 Comments

Color spaces of #c03eaf

RGB 19262175
HSL0.860.510.50
HSV308°68°75°
CMYK 0.000.680.09   0.25
XYZ31.198717.746942.3386
Yxy17.74690.34180.1944
Hunter Lab42.127158.4722-30.0988
CIE-Lab49.187763.9262-33.5859

#c03eaf color RGB value is (192,62,175).

#c03eaf hex color red value is 192, green value is 62 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c03eaf hue: 0.86 , saturation: 0.51 and the lightness value of c03eaf is 0.50.

The process color (four color CMYK) of #c03eaf color hex is 0.00, 0.68, 0.09, 0.25. Web safe color of #c03eaf is #cc3399. Color #c03eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111110 10101111
Octal 300 76 257
Decimal 192 62 175
Hex C0 3E AF

RGB Percentages of Color #c03eaf

%44.76
%14.45
%40.79

CMYK Percentages of Color #c03eaf

%0
%68
%9
%25

Triadic Colors of #c03eaf

#c03eaf #afc03e #3eafc0

Analogous Colors of #c03eaf

#c03eaf #c03e6e #903ec0

Monochromatic Colors of #c03eaf

#c03eaf

Complementary Color

#c03eaf #3ec04f

#c03eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03eaf Color CSS Codes

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

#c03eaf Text Font Color

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

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


#c03eaf Background Color

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

This div background color is #c03eaf


#c03eaf Border Color

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

This div border color is #c03eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03eaf


Comments

No comments written yet.

Please login to write comment.