Color Hex Logo

#d17efb Color Hex

#D17EFB
(209,126,251)
0 Favorites   0 Comments

Color spaces of #d17efb

RGB 209126251
HSL0.780.940.74
HSV280°50°98°
CMYK 0.170.500.00   0.02
XYZ51.167935.442195.4109
Yxy35.44210.28110.1947
Hunter Lab59.533349.2347-53.3477
CIE-Lab66.091452.9034-49.8487

#d17efb color RGB value is (209,126,251).

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

The process color (four color CMYK) of #d17efb color hex is 0.17, 0.50, 0.00, 0.02. Web safe color of #d17efb is #cc66ff. Color #d17efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111110 11111011
Octal 321 176 373
Decimal 209 126 251
Hex D1 7E FB

RGB Percentages of Color #d17efb

%35.67
%21.50
%42.83

CMYK Percentages of Color #d17efb

%17
%50
%0
%2

Triadic Colors of #d17efb

#d17efb #fbd17e #7efbd1

Analogous Colors of #d17efb

#d17efb #fb7ee7 #937efb

Monochromatic Colors of #d17efb

#d17efb

Complementary Color

#d17efb #a8fb7e

#d17efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17efb Color CSS Codes

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

#d17efb Text Font Color

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

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


#d17efb Background Color

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

This div background color is #d17efb


#d17efb Border Color

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

This div border color is #d17efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17efb


Comments

No comments written yet.

Please login to write comment.