Color Hex Logo

#d17bba Color Hex

#D17BBA
(209,123,186)
0 Favorites   0 Comments

Color spaces of #d17bba

RGB 209123186
HSL0.880.480.65
HSV316°41°82°
CMYK 0.000.410.11   0.18
XYZ42.240431.266450.2631
Yxy31.26640.34130.2526
Hunter Lab55.916436.9890-14.1542
CIE-Lab62.731942.2017-18.8258

#d17bba color RGB value is (209,123,186).

#d17bba hex color red value is 209, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d17bba hue: 0.88 , saturation: 0.48 and the lightness value of d17bba is 0.65.

The process color (four color CMYK) of #d17bba color hex is 0.00, 0.41, 0.11, 0.18. Web safe color of #d17bba is #cc66cc. Color #d17bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111011 10111010
Octal 321 173 272
Decimal 209 123 186
Hex D1 7B BA

RGB Percentages of Color #d17bba

%40.35
%23.75
%35.91

CMYK Percentages of Color #d17bba

%0
%41
%11
%18

Triadic Colors of #d17bba

#d17bba #bad17b #7bbad1

Analogous Colors of #d17bba

#d17bba #d17b8f #bd7bd1

Monochromatic Colors of #d17bba

#d17bba

Complementary Color

#d17bba #7bd192

#d17bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17bba Color CSS Codes

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

#d17bba Text Font Color

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

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


#d17bba Background Color

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

This div background color is #d17bba


#d17bba Border Color

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

This div border color is #d17bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17bba


Comments

No comments written yet.

Please login to write comment.