Color Hex Logo

#d913ec Color Hex

#D913EC
(217,19,236)
0 Favorites   0 Comments

Color spaces of #d913ec

RGB 21719236
HSL0.820.850.50
HSV295°92°93°
CMYK 0.080.920.00   0.07
XYZ43.988521.273681.1446
Yxy21.27360.30050.1453
Hunter Lab46.123389.5223-72.0224
CIE-Lab53.247688.2747-61.9348

#d913ec color RGB value is (217,19,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010011 11101100
Octal 331 23 354
Decimal 217 19 236
Hex D9 13 EC

RGB Percentages of Color #d913ec

%45.97
%4.03
%50.00

CMYK Percentages of Color #d913ec

%8
%92
%0
%7

Triadic Colors of #d913ec

#d913ec #ecd913 #13ecd9

Analogous Colors of #d913ec

#d913ec #ec1393 #6d13ec

Monochromatic Colors of #d913ec

#d913ec

Complementary Color

#d913ec #26ec13

#d913ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d913ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d913ec Color CSS Codes

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

#d913ec Text Font Color

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

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


#d913ec Background Color

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

This div background color is #d913ec


#d913ec Border Color

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

This div border color is #d913ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d913ec


Comments

No comments written yet.

Please login to write comment.