Color Hex Logo

#c70fde Color Hex

#C70FDE
(199,15,222)
0 Favorites   0 Comments

Color spaces of #c70fde

RGB 19915222
HSL0.810.870.46
HSV293°93°87°
CMYK 0.100.930.00   0.13
XYZ36.908817.757770.5895
Yxy17.75770.29470.1418
Hunter Lab42.139982.5969-69.8201
CIE-Lab49.200983.7440-60.6818

#c70fde color RGB value is (199,15,222).

#c70fde hex color red value is 199, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c70fde hue: 0.81 , saturation: 0.87 and the lightness value of c70fde is 0.46.

The process color (four color CMYK) of #c70fde color hex is 0.10, 0.93, 0.00, 0.13. Web safe color of #c70fde is #cc00cc. Color #c70fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001111 11011110
Octal 307 17 336
Decimal 199 15 222
Hex C7 F DE

RGB Percentages of Color #c70fde

%45.64
%3.44
%50.92

CMYK Percentages of Color #c70fde

%10
%93
%0
%13

Triadic Colors of #c70fde

#c70fde #dec70f #0fdec7

Analogous Colors of #c70fde

#c70fde #de0f8e #5f0fde

Monochromatic Colors of #c70fde

#c70fde

Complementary Color

#c70fde #26de0f

#c70fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70fde Color CSS Codes

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

#c70fde Text Font Color

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

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


#c70fde Background Color

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

This div background color is #c70fde


#c70fde Border Color

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

This div border color is #c70fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70fde


Comments

No comments written yet.

Please login to write comment.