Color Hex Logo

#d170ed Color Hex

#D170ED
(209,112,237)
0 Favorites   0 Comments

Color spaces of #d170ed

RGB 209112237
HSL0.800.780.68
HSV287°53°93°
CMYK 0.120.530.00   0.07
XYZ47.374731.258183.6573
Yxy31.25810.29190.1926
Hunter Lab55.908953.4121-49.5802
CIE-Lab62.724957.1041-47.4473

#d170ed color RGB value is (209,112,237).

#d170ed hex color red value is 209, green value is 112 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d170ed hue: 0.80 , saturation: 0.78 and the lightness value of d170ed is 0.68.

The process color (four color CMYK) of #d170ed color hex is 0.12, 0.53, 0.00, 0.07. Web safe color of #d170ed is #cc66ff. Color #d170ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110000 11101101
Octal 321 160 355
Decimal 209 112 237
Hex D1 70 ED

RGB Percentages of Color #d170ed

%37.46
%20.07
%42.47

CMYK Percentages of Color #d170ed

%12
%53
%0
%7

Triadic Colors of #d170ed

#d170ed #edd170 #70edd1

Analogous Colors of #d170ed

#d170ed #ed70cb #9370ed

Monochromatic Colors of #d170ed

#d170ed

Complementary Color

#d170ed #8ced70

#d170ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d170ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d170ed Color CSS Codes

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

#d170ed Text Font Color

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

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


#d170ed Background Color

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

This div background color is #d170ed


#d170ed Border Color

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

This div border color is #d170ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d170ed


Comments

No comments written yet.

Please login to write comment.