Color Hex Logo

#c70aef Color Hex

#C70AEF
(199,10,239)
0 Favorites   0 Comments

Color spaces of #c70aef

RGB 19910239
HSL0.800.920.49
HSV290°96°94°
CMYK 0.170.960.00   0.06
XYZ39.241718.591283.1815
Yxy18.59120.27830.1318
Hunter Lab43.117586.9991-84.1989
CIE-Lab50.205586.9432-68.6847

#c70aef color RGB value is (199,10,239).

#c70aef hex color red value is 199, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c70aef hue: 0.80 , saturation: 0.92 and the lightness value of c70aef is 0.49.

The process color (four color CMYK) of #c70aef color hex is 0.17, 0.96, 0.00, 0.06. Web safe color of #c70aef is #cc00ff. Color #c70aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001010 11101111
Octal 307 12 357
Decimal 199 10 239
Hex C7 A EF

RGB Percentages of Color #c70aef

%44.42
%2.23
%53.35

CMYK Percentages of Color #c70aef

%17
%96
%0
%6

Triadic Colors of #c70aef

#c70aef #efc70a #0aefc7

Analogous Colors of #c70aef

#c70aef #ef0aa5 #540aef

Monochromatic Colors of #c70aef

#c70aef

Complementary Color

#c70aef #32ef0a

#c70aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70aef Color CSS Codes

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

#c70aef Text Font Color

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

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


#c70aef Background Color

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

This div background color is #c70aef


#c70aef Border Color

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

This div border color is #c70aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70aef


Comments

No comments written yet.

Please login to write comment.