Color Hex Logo

#d58dda Color Hex

#D58DDA
(213,141,218)
0 Favorites   0 Comments

Color spaces of #d58dda

RGB 213141218
HSL0.820.510.70
HSV296°35°85°
CMYK 0.020.350.00   0.15
XYZ49.620338.257871.0989
Yxy38.25780.31210.2406
Hunter Lab61.852934.9557-24.8559
CIE-Lab68.210239.6280-28.3226

#d58dda color RGB value is (213,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 11011010
Octal 325 215 332
Decimal 213 141 218
Hex D5 8D DA

RGB Percentages of Color #d58dda

%37.24
%24.65
%38.11

CMYK Percentages of Color #d58dda

%2
%35
%0
%15

Triadic Colors of #d58dda

#d58dda #dad58d #8ddad5

Analogous Colors of #d58dda

#d58dda #da8db9 #af8dda

Monochromatic Colors of #d58dda

#d58dda

Complementary Color

#d58dda #92da8d

#d58dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58dda Color CSS Codes

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

#d58dda Text Font Color

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

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


#d58dda Background Color

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

This div background color is #d58dda


#d58dda Border Color

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

This div border color is #d58dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58dda

#d58dda Color Palettes


Comments

No comments written yet.

Please login to write comment.