Color Hex Logo

#d48bbd Color Hex

#D48BBD
(212,139,189)
0 Favorites   0 Comments

Color spaces of #d48bbd

RGB 212139189
HSL0.890.460.69
HSV319°34°83°
CMYK 0.000.340.11   0.17
XYZ45.569336.136452.7174
Yxy36.13640.33900.2688
Hunter Lab60.113630.1138-9.9157
CIE-Lab66.624035.1964-14.5912

#d48bbd color RGB value is (212,139,189).

#d48bbd hex color red value is 212, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d48bbd hue: 0.89 , saturation: 0.46 and the lightness value of d48bbd is 0.69.

The process color (four color CMYK) of #d48bbd color hex is 0.00, 0.34, 0.11, 0.17. Web safe color of #d48bbd is #cc99cc. Color #d48bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001011 10111101
Octal 324 213 275
Decimal 212 139 189
Hex D4 8B BD

RGB Percentages of Color #d48bbd

%39.26
%25.74
%35.00

CMYK Percentages of Color #d48bbd

%0
%34
%11
%17

Triadic Colors of #d48bbd

#d48bbd #bdd48b #8bbdd4

Analogous Colors of #d48bbd

#d48bbd #d48b99 #c78bd4

Monochromatic Colors of #d48bbd

#d48bbd

Complementary Color

#d48bbd #8bd4a2

#d48bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48bbd Color CSS Codes

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

#d48bbd Text Font Color

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

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


#d48bbd Background Color

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

This div background color is #d48bbd


#d48bbd Border Color

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

This div border color is #d48bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,139,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d48bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d48bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #d48bbd;
  box-shadow:         1px 1px 3px 2px #d48bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,139,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48bbd


Comments

No comments written yet.

Please login to write comment.