Color Hex Logo

#c913ea Color Hex

#C913EA
(201,19,234)
0 Favorites   0 Comments

Color spaces of #c913ea

RGB 20119234
HSL0.810.850.50
HSV291°92°92°
CMYK 0.140.920.00   0.08
XYZ39.171518.823879.4107
Yxy18.82380.28510.1370
Hunter Lab43.386485.2329-78.1488
CIE-Lab50.480485.5358-65.4050

#c913ea color RGB value is (201,19,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 11101010
Octal 311 23 352
Decimal 201 19 234
Hex C9 13 EA

RGB Percentages of Color #c913ea

%44.27
%4.19
%51.54

CMYK Percentages of Color #c913ea

%14
%92
%0
%8

Triadic Colors of #c913ea

#c913ea #eac913 #13eac9

Analogous Colors of #c913ea

#c913ea #ea13a0 #5e13ea

Monochromatic Colors of #c913ea

#c913ea

Complementary Color

#c913ea #34ea13

#c913ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c913ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c913ea Color CSS Codes

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

#c913ea Text Font Color

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

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


#c913ea Background Color

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

This div background color is #c913ea


#c913ea Border Color

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

This div border color is #c913ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c913ea


Comments

No comments written yet.

Please login to write comment.