Color Hex Logo

#c711ea Color Hex

#C711EA
(199,17,234)
0 Favorites   0 Comments

Color spaces of #c711ea

RGB 19917234
HSL0.810.860.49
HSV290°93°92°
CMYK 0.150.930.00   0.08
XYZ38.604918.483579.3749
Yxy18.48350.28290.1354
Hunter Lab42.992485.0466-79.3696
CIE-Lab50.077485.4704-66.0729

#c711ea color RGB value is (199,17,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010001 11101010
Octal 307 21 352
Decimal 199 17 234
Hex C7 11 EA

RGB Percentages of Color #c711ea

%44.22
%3.78
%52.00

CMYK Percentages of Color #c711ea

%15
%93
%0
%8

Triadic Colors of #c711ea

#c711ea #eac711 #11eac7

Analogous Colors of #c711ea

#c711ea #ea11a1 #5a11ea

Monochromatic Colors of #c711ea

#c711ea

Complementary Color

#c711ea #34ea11

#c711ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c711ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c711ea Color CSS Codes

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

#c711ea Text Font Color

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

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


#c711ea Background Color

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

This div background color is #c711ea


#c711ea Border Color

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

This div border color is #c711ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c711ea


Comments

No comments written yet.

Please login to write comment.