Color Hex Logo

#d17eef Color Hex

#D17EEF
(209,126,239)
0 Favorites   0 Comments

Color spaces of #d17eef

RGB 209126239
HSL0.790.780.72
HSV284°47°94°
CMYK 0.130.470.00   0.06
XYZ49.335334.709085.7606
Yxy34.70900.29050.2044
Hunter Lab58.914346.3771-45.0674
CIE-Lab65.521550.4450-44.1481

#d17eef color RGB value is (209,126,239).

#d17eef hex color red value is 209, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d17eef hue: 0.79 , saturation: 0.78 and the lightness value of d17eef is 0.72.

The process color (four color CMYK) of #d17eef color hex is 0.13, 0.47, 0.00, 0.06. Web safe color of #d17eef is #cc66ff. Color #d17eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111110 11101111
Octal 321 176 357
Decimal 209 126 239
Hex D1 7E EF

RGB Percentages of Color #d17eef

%36.41
%21.95
%41.64

CMYK Percentages of Color #d17eef

%13
%47
%0
%6

Triadic Colors of #d17eef

#d17eef #efd17e #7eefd1

Analogous Colors of #d17eef

#d17eef #ef7ed5 #997eef

Monochromatic Colors of #d17eef

#d17eef

Complementary Color

#d17eef #9cef7e

#d17eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17eef Color CSS Codes

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

#d17eef Text Font Color

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

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


#d17eef Background Color

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

This div background color is #d17eef


#d17eef Border Color

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

This div border color is #d17eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,126,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17eef


Comments

No comments written yet.

Please login to write comment.