Color Hex Logo

#d48dda Color Hex

#D48DDA
(212,141,218)
0 Favorites   0 Comments

Color spaces of #d48dda

RGB 212141218
HSL0.820.510.70
HSV295°35°85°
CMYK 0.030.350.00   0.15
XYZ49.331138.108871.0854
Yxy38.10880.31120.2404
Hunter Lab61.732334.6101-25.0604
CIE-Lab68.100739.3162-28.5003

#d48dda color RGB value is (212,141,218).

#d48dda hex color red value is 212, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d48dda hue: 0.82 , saturation: 0.51 and the lightness value of d48dda is 0.70.

The process color (four color CMYK) of #d48dda color hex is 0.03, 0.35, 0.00, 0.15. Web safe color of #d48dda is #cc99cc. Color #d48dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001101 11011010
Octal 324 215 332
Decimal 212 141 218
Hex D4 8D DA

RGB Percentages of Color #d48dda

%37.13
%24.69
%38.18

CMYK Percentages of Color #d48dda

%3
%35
%0
%15

Triadic Colors of #d48dda

#d48dda #dad48d #8ddad4

Analogous Colors of #d48dda

#d48dda #da8dba #ae8dda

Monochromatic Colors of #d48dda

#d48dda

Complementary Color

#d48dda #93da8d

#d48dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48dda Color CSS Codes

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

#d48dda Text Font Color

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

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


#d48dda Background Color

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

This div background color is #d48dda


#d48dda Border Color

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

This div border color is #d48dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,141,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 #d48dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48dda


Comments

No comments written yet.

Please login to write comment.