Color Hex Logo

#c710ef Color Hex

#C710EF
(199,16,239)
0 Favorites   0 Comments

Color spaces of #c710ef

RGB 19916239
HSL0.800.870.50
HSV289°93°94°
CMYK 0.170.930.00   0.06
XYZ39.318518.744783.2071
Yxy18.74470.27830.1327
Hunter Lab43.295186.3383-83.6403
CIE-Lab50.387286.4026-68.3901

#c710ef color RGB value is (199,16,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010000 11101111
Octal 307 20 357
Decimal 199 16 239
Hex C7 10 EF

RGB Percentages of Color #c710ef

%43.83
%3.52
%52.64

CMYK Percentages of Color #c710ef

%17
%93
%0
%6

Triadic Colors of #c710ef

#c710ef #efc710 #10efc7

Analogous Colors of #c710ef

#c710ef #ef10a8 #5810ef

Monochromatic Colors of #c710ef

#c710ef

Complementary Color

#c710ef #38ef10

#c710ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c710ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c710ef Color CSS Codes

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

#c710ef Text Font Color

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

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


#c710ef Background Color

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

This div background color is #c710ef


#c710ef Border Color

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

This div border color is #c710ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,16,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 #c710ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c710ef


Comments

No comments written yet.

Please login to write comment.