Color Hex Logo

#c700ea Color Hex

#C700EA
(199,0,234)
0 Favorites   0 Comments

Color spaces of #c700ea

RGB 1990234
HSL0.811.000.46
HSV291°100°92°
CMYK 0.151.000.00   0.08
XYZ38.404518.082679.3081
Yxy18.08260.28280.1332
Hunter Lab42.523686.7929-80.8114
CIE-Lab49.596186.9028-66.8521

#c700ea color RGB value is (199,0,234).

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

The process color (four color CMYK) of #c700ea color hex is 0.15, 1.00, 0.00, 0.08. Web safe color of #c700ea is #cc00ff. Color #c700ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 11101010
Octal 307 0 352
Decimal 199 0 234
Hex C7 0 EA

RGB Percentages of Color #c700ea

%45.96
%0.00
%54.04

CMYK Percentages of Color #c700ea

%15
%100
%0
%8

Triadic Colors of #c700ea

#c700ea #eac700 #00eac7

Analogous Colors of #c700ea

#c700ea #ea0098 #5200ea

Monochromatic Colors of #c700ea

#c700ea

Complementary Color

#c700ea #23ea00

#c700ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c700ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c700ea Color CSS Codes

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

#c700ea Text Font Color

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

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


#c700ea Background Color

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

This div background color is #c700ea


#c700ea Border Color

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

This div border color is #c700ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c700ea


Comments

No comments written yet.

Please login to write comment.