Color Hex Logo

#d936ed Color Hex

#D936ED
(217,54,237)
0 Favorites   0 Comments

Color spaces of #d936ed

RGB 21754237
HSL0.820.840.57
HSV293°77°93°
CMYK 0.080.770.00   0.07
XYZ45.220523.504582.2742
Yxy23.50450.29950.1557
Hunter Lab48.481481.6513-66.6796
CIE-Lab55.588281.7634-58.7368

#d936ed color RGB value is (217,54,237).

#d936ed hex color red value is 217, green value is 54 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d936ed hue: 0.82 , saturation: 0.84 and the lightness value of d936ed is 0.57.

The process color (four color CMYK) of #d936ed color hex is 0.08, 0.77, 0.00, 0.07. Web safe color of #d936ed is #cc33ff. Color #d936ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110110 11101101
Octal 331 66 355
Decimal 217 54 237
Hex D9 36 ED

RGB Percentages of Color #d936ed

%42.72
%10.63
%46.65

CMYK Percentages of Color #d936ed

%8
%77
%0
%7

Triadic Colors of #d936ed

#d936ed #edd936 #36edd9

Analogous Colors of #d936ed

#d936ed #ed36a6 #7e36ed

Monochromatic Colors of #d936ed

#d936ed

Complementary Color

#d936ed #4aed36

#d936ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d936ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d936ed Color CSS Codes

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

#d936ed Text Font Color

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

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


#d936ed Background Color

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

This div background color is #d936ed


#d936ed Border Color

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

This div border color is #d936ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d936ed


Comments

No comments written yet.

Please login to write comment.