Color Hex Logo

#c70abf Color Hex

#C70ABF
(199,10,191)
0 Favorites   0 Comments

Color spaces of #c70abf

RGB 19910191
HSL0.840.900.41
HSV303°95°78°
CMYK 0.000.950.04   0.22
XYZ33.065716.120850.6591
Yxy16.12080.33120.1615
Hunter Lab40.150776.7380-46.7021
CIE-Lab47.132679.5315-46.1260

#c70abf color RGB value is (199,10,191).

#c70abf hex color red value is 199, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c70abf hue: 0.84 , saturation: 0.90 and the lightness value of c70abf is 0.41.

The process color (four color CMYK) of #c70abf color hex is 0.00, 0.95, 0.04, 0.22. Web safe color of #c70abf is #cc00cc. Color #c70abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001010 10111111
Octal 307 12 277
Decimal 199 10 191
Hex C7 A BF

RGB Percentages of Color #c70abf

%49.75
%2.50
%47.75

CMYK Percentages of Color #c70abf

%0
%95
%4
%22

Triadic Colors of #c70abf

#c70abf #bfc70a #0abfc7

Analogous Colors of #c70abf

#c70abf #c70a61 #710ac7

Monochromatic Colors of #c70abf

#c70abf

Complementary Color

#c70abf #0ac712

#c70abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70abf Color CSS Codes

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

#c70abf Text Font Color

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

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


#c70abf Background Color

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

This div background color is #c70abf


#c70abf Border Color

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

This div border color is #c70abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,10,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70abf


Comments

No comments written yet.

Please login to write comment.