Color Hex Logo

#c03fad Color Hex

#C03FAD
(192,63,173)
0 Favorites   0 Comments

Color spaces of #c03fad

RGB 19263173
HSL0.860.510.50
HSV309°67°75°
CMYK 0.000.670.10   0.25
XYZ31.058617.778641.3298
Yxy17.77860.34450.1972
Hunter Lab42.164757.6953-28.6008
CIE-Lab49.226563.2419-32.3503

#c03fad color RGB value is (192,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111111 10101101
Octal 300 77 255
Decimal 192 63 173
Hex C0 3F AD

RGB Percentages of Color #c03fad

%44.86
%14.72
%40.42

CMYK Percentages of Color #c03fad

%0
%67
%10
%25

Triadic Colors of #c03fad

#c03fad #adc03f #3fadc0

Analogous Colors of #c03fad

#c03fad #c03f6d #933fc0

Monochromatic Colors of #c03fad

#c03fad

Complementary Color

#c03fad #3fc052

#c03fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03fad Color CSS Codes

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

#c03fad Text Font Color

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

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


#c03fad Background Color

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

This div background color is #c03fad


#c03fad Border Color

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

This div border color is #c03fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03fad


Comments

No comments written yet.

Please login to write comment.