Color Hex Logo

#c713ec Color Hex

#C713EC
(199,19,236)
0 Favorites   0 Comments

Color spaces of #c713ec

RGB 19919236
HSL0.800.850.50
HSV290°92°93°
CMYK 0.160.920.00   0.07
XYZ38.926418.664080.9077
Yxy18.66400.28110.1348
Hunter Lab43.201985.2316-80.7960
CIE-Lab50.291885.5713-66.8545

#c713ec color RGB value is (199,19,236).

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

The process color (four color CMYK) of #c713ec color hex is 0.16, 0.92, 0.00, 0.07. Web safe color of #c713ec is #cc00ff. Color #c713ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 11101100
Octal 307 23 354
Decimal 199 19 236
Hex C7 13 EC

RGB Percentages of Color #c713ec

%43.83
%4.19
%51.98

CMYK Percentages of Color #c713ec

%16
%92
%0
%7

Triadic Colors of #c713ec

#c713ec #ecc713 #13ecc7

Analogous Colors of #c713ec

#c713ec #ec13a5 #5b13ec

Monochromatic Colors of #c713ec

#c713ec

Complementary Color

#c713ec #38ec13

#c713ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c713ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c713ec Color CSS Codes

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

#c713ec Text Font Color

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

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


#c713ec Background Color

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

This div background color is #c713ec


#c713ec Border Color

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

This div border color is #c713ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c713ec


Comments

No comments written yet.

Please login to write comment.