Color Hex Logo

#c70fad Color Hex

#C70FAD
(199,15,173)
0 Favorites   0 Comments

Color spaces of #c70fad

RGB 19915173
HSL0.860.860.42
HSV308°92°78°
CMYK 0.000.920.13   0.22
XYZ31.266815.500940.8792
Yxy15.50090.35670.1769
Hunter Lab39.371272.8570-34.0011
CIE-Lab46.312876.5689-36.8458

#c70fad color RGB value is (199,15,173).

#c70fad hex color red value is 199, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c70fad hue: 0.86 , saturation: 0.86 and the lightness value of c70fad is 0.42.

The process color (four color CMYK) of #c70fad color hex is 0.00, 0.92, 0.13, 0.22. Web safe color of #c70fad is #cc0099. Color #c70fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001111 10101101
Octal 307 17 255
Decimal 199 15 173
Hex C7 F AD

RGB Percentages of Color #c70fad

%51.42
%3.88
%44.70

CMYK Percentages of Color #c70fad

%0
%92
%13
%22

Triadic Colors of #c70fad

#c70fad #adc70f #0fadc7

Analogous Colors of #c70fad

#c70fad #c70f51 #850fc7

Monochromatic Colors of #c70fad

#c70fad

Complementary Color

#c70fad #0fc729

#c70fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70fad Color CSS Codes

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

#c70fad Text Font Color

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

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


#c70fad Background Color

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

This div background color is #c70fad


#c70fad Border Color

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

This div border color is #c70fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70fad


Comments

No comments written yet.

Please login to write comment.