Color Hex Logo

#d17bda Color Hex

#D17BDA
(209,123,218)
0 Favorites   0 Comments

Color spaces of #d17bda

RGB 209123218
HSL0.820.560.67
HSV294°44°85°
CMYK 0.040.440.00   0.15
XYZ46.032332.783270.2313
Yxy32.78320.30880.2200
Hunter Lab57.256643.3086-32.6458
CIE-Lab63.985047.8924-34.8988

#d17bda color RGB value is (209,123,218).

#d17bda hex color red value is 209, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d17bda hue: 0.82 , saturation: 0.56 and the lightness value of d17bda is 0.67.

The process color (four color CMYK) of #d17bda color hex is 0.04, 0.44, 0.00, 0.15. Web safe color of #d17bda is #cc66cc. Color #d17bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111011 11011010
Octal 321 173 332
Decimal 209 123 218
Hex D1 7B DA

RGB Percentages of Color #d17bda

%38.00
%22.36
%39.64

CMYK Percentages of Color #d17bda

%4
%44
%0
%15

Triadic Colors of #d17bda

#d17bda #dad17b #7bdad1

Analogous Colors of #d17bda

#d17bda #da7bb4 #a27bda

Monochromatic Colors of #d17bda

#d17bda

Complementary Color

#d17bda #84da7b

#d17bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17bda Color CSS Codes

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

#d17bda Text Font Color

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

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


#d17bda Background Color

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

This div background color is #d17bda


#d17bda Border Color

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

This div border color is #d17bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17bda


Comments

No comments written yet.

Please login to write comment.