Color Hex Logo

#d314ed Color Hex

#D314ED
(211,20,237)
0 Favorites   0 Comments

Color spaces of #d314ed

RGB 21120237
HSL0.810.860.50
HSV293°92°93°
CMYK 0.110.920.00   0.07
XYZ42.400220.463681.8359
Yxy20.46360.29300.1414
Hunter Lab45.236788.1431-75.5934
CIE-Lab52.357487.4000-63.9832

#d314ed color RGB value is (211,20,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010100 11101101
Octal 323 24 355
Decimal 211 20 237
Hex D3 14 ED

RGB Percentages of Color #d314ed

%45.09
%4.27
%50.64

CMYK Percentages of Color #d314ed

%11
%92
%0
%7

Triadic Colors of #d314ed

#d314ed #edd314 #14edd3

Analogous Colors of #d314ed

#d314ed #ed149b #6714ed

Monochromatic Colors of #d314ed

#d314ed

Complementary Color

#d314ed #2eed14

#d314ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d314ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d314ed Color CSS Codes

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

#d314ed Text Font Color

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

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


#d314ed Background Color

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

This div background color is #d314ed


#d314ed Border Color

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

This div border color is #d314ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,20,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d314ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d314ed


Comments

No comments written yet.

Please login to write comment.