Color Hex Logo

#d48dbf Color Hex

#D48DBF
(212,141,191)
0 Favorites   0 Comments

Color spaces of #d48dbf

RGB 212141191
HSL0.880.450.69
HSV318°33°83°
CMYK 0.000.330.10   0.17
XYZ46.080236.808453.9663
Yxy36.80840.33670.2690
Hunter Lab60.669929.4025-10.2699
CIE-Lab67.133034.4594-14.9441

#d48dbf color RGB value is (212,141,191).

#d48dbf hex color red value is 212, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d48dbf hue: 0.88 , saturation: 0.45 and the lightness value of d48dbf is 0.69.

The process color (four color CMYK) of #d48dbf color hex is 0.00, 0.33, 0.10, 0.17. Web safe color of #d48dbf is #cc99cc. Color #d48dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001101 10111111
Octal 324 215 277
Decimal 212 141 191
Hex D4 8D BF

RGB Percentages of Color #d48dbf

%38.97
%25.92
%35.11

CMYK Percentages of Color #d48dbf

%0
%33
%10
%17

Triadic Colors of #d48dbf

#d48dbf #bfd48d #8dbfd4

Analogous Colors of #d48dbf

#d48dbf #d48d9c #c68dd4

Monochromatic Colors of #d48dbf

#d48dbf

Complementary Color

#d48dbf #8dd4a2

#d48dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48dbf Color CSS Codes

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

#d48dbf Text Font Color

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

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


#d48dbf Background Color

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

This div background color is #d48dbf


#d48dbf Border Color

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

This div border color is #d48dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48dbf


Comments

No comments written yet.

Please login to write comment.