Color Hex Logo

#c914ea Color Hex

#C914EA
(201,20,234)
0 Favorites   0 Comments

Color spaces of #c914ea

RGB 20120234
HSL0.810.840.50
HSV291°91°92°
CMYK 0.140.910.00   0.08
XYZ39.188818.858379.4164
Yxy18.85830.28510.1372
Hunter Lab43.426185.0870-78.0294
CIE-Lab50.521085.4157-65.3394

#c914ea color RGB value is (201,20,234).

#c914ea hex color red value is 201, green value is 20 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c914ea hue: 0.81 , saturation: 0.84 and the lightness value of c914ea is 0.50.

The process color (four color CMYK) of #c914ea color hex is 0.14, 0.91, 0.00, 0.08. Web safe color of #c914ea is #cc00ff. Color #c914ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 11101010
Octal 311 24 352
Decimal 201 20 234
Hex C9 14 EA

RGB Percentages of Color #c914ea

%44.18
%4.40
%51.43

CMYK Percentages of Color #c914ea

%14
%91
%0
%8

Triadic Colors of #c914ea

#c914ea #eac914 #14eac9

Analogous Colors of #c914ea

#c914ea #ea14a0 #5e14ea

Monochromatic Colors of #c914ea

#c914ea

Complementary Color

#c914ea #35ea14

#c914ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c914ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c914ea Color CSS Codes

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

#c914ea Text Font Color

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

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


#c914ea Background Color

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

This div background color is #c914ea


#c914ea Border Color

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

This div border color is #c914ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c914ea


Comments

No comments written yet.

Please login to write comment.