Color Hex Logo

#d318ed Color Hex

#D318ED
(211,24,237)
0 Favorites   0 Comments

Color spaces of #d318ed

RGB 21124237
HSL0.810.860.51
HSV293°90°93°
CMYK 0.110.900.00   0.07
XYZ42.476720.616681.8614
Yxy20.61660.29300.1422
Hunter Lab45.405587.5265-75.1098
CIE-Lab52.527386.8971-63.7091

#d318ed color RGB value is (211,24,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011000 11101101
Octal 323 30 355
Decimal 211 24 237
Hex D3 18 ED

RGB Percentages of Color #d318ed

%44.70
%5.08
%50.21

CMYK Percentages of Color #d318ed

%11
%90
%0
%7

Triadic Colors of #d318ed

#d318ed #edd318 #18edd3

Analogous Colors of #d318ed

#d318ed #ed189d #6918ed

Monochromatic Colors of #d318ed

#d318ed

Complementary Color

#d318ed #32ed18

#d318ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d318ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d318ed Color CSS Codes

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

#d318ed Text Font Color

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

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


#d318ed Background Color

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

This div background color is #d318ed


#d318ed Border Color

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

This div border color is #d318ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d318ed


Comments

No comments written yet.

Please login to write comment.