Color Hex Logo

#c913ef Color Hex

#C913EF
(201,19,239)
0 Favorites   0 Comments

Color spaces of #c913ef

RGB 20119239
HSL0.800.870.51
HSV290°92°94°
CMYK 0.160.920.00   0.06
XYZ39.900319.115283.2480
Yxy19.11520.28050.1344
Hunter Lab43.720986.3898-82.2880
CIE-Lab50.821786.3582-67.6709

#c913ef color RGB value is (201,19,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 11101111
Octal 311 23 357
Decimal 201 19 239
Hex C9 13 EF

RGB Percentages of Color #c913ef

%43.79
%4.14
%52.07

CMYK Percentages of Color #c913ef

%16
%92
%0
%6

Triadic Colors of #c913ef

#c913ef #efc913 #13efc9

Analogous Colors of #c913ef

#c913ef #ef13a7 #5b13ef

Monochromatic Colors of #c913ef

#c913ef

Complementary Color

#c913ef #39ef13

#c913ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c913ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c913ef Color CSS Codes

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

#c913ef Text Font Color

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

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


#c913ef Background Color

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

This div background color is #c913ef


#c913ef Border Color

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

This div border color is #c913ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c913ef


Comments

No comments written yet.

Please login to write comment.