Color Hex Logo

#c03faf Color Hex

#C03FAF
(192,63,175)
0 Favorites   0 Comments

Color spaces of #c03faf

RGB 19263175
HSL0.860.510.50
HSV308°67°75°
CMYK 0.000.670.09   0.25
XYZ31.253617.856642.3569
Yxy17.85660.34170.1952
Hunter Lab42.257158.0699-29.8501
CIE-Lab49.321763.5506-33.3758

#c03faf color RGB value is (192,63,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111111 10101111
Octal 300 77 257
Decimal 192 63 175
Hex C0 3F AF

RGB Percentages of Color #c03faf

%44.65
%14.65
%40.70

CMYK Percentages of Color #c03faf

%0
%67
%9
%25

Triadic Colors of #c03faf

#c03faf #afc03f #3fafc0

Analogous Colors of #c03faf

#c03faf #c03f6f #913fc0

Monochromatic Colors of #c03faf

#c03faf

Complementary Color

#c03faf #3fc050

#c03faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03faf Color CSS Codes

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

#c03faf Text Font Color

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

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


#c03faf Background Color

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

This div background color is #c03faf


#c03faf Border Color

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

This div border color is #c03faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03faf


Comments

No comments written yet.

Please login to write comment.