Color Hex Logo

#c70ffc Color Hex

#C70FFC
(199,15,252)
0 Favorites   0 Comments

Color spaces of #c70ffc

RGB 19915252
HSL0.800.980.52
HSV287°94°99°
CMYK 0.210.940.00   0.01
XYZ41.294719.512093.6852
Yxy19.51200.26730.1263
Hunter Lab44.172489.5696-94.8275
CIE-Lab51.280988.6902-74.2231

#c70ffc color RGB value is (199,15,252).

#c70ffc hex color red value is 199, green value is 15 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c70ffc hue: 0.80 , saturation: 0.98 and the lightness value of c70ffc is 0.52.

The process color (four color CMYK) of #c70ffc color hex is 0.21, 0.94, 0.00, 0.01. Web safe color of #c70ffc is #cc00ff. Color #c70ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001111 11111100
Octal 307 17 374
Decimal 199 15 252
Hex C7 F FC

RGB Percentages of Color #c70ffc

%42.70
%3.22
%54.08

CMYK Percentages of Color #c70ffc

%21
%94
%0
%1

Triadic Colors of #c70ffc

#c70ffc #fcc70f #0ffcc7

Analogous Colors of #c70ffc

#c70ffc #fc0fbb #510ffc

Monochromatic Colors of #c70ffc

#c70ffc

Complementary Color

#c70ffc #44fc0f

#c70ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70ffc Color CSS Codes

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

#c70ffc Text Font Color

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

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


#c70ffc Background Color

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

This div background color is #c70ffc


#c70ffc Border Color

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

This div border color is #c70ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.