Color Hex Logo

#d58ada Color Hex

#D58ADA
(213,138,218)
0 Favorites   0 Comments

Color spaces of #d58ada

RGB 213138218
HSL0.820.520.70
HSV296°37°85°
CMYK 0.020.370.00   0.15
XYZ49.183937.385070.9534
Yxy37.38500.31220.2373
Hunter Lab61.143336.5854-26.0025
CIE-Lab67.564941.2258-29.3167

#d58ada color RGB value is (213,138,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001010 11011010
Octal 325 212 332
Decimal 213 138 218
Hex D5 8A DA

RGB Percentages of Color #d58ada

%37.43
%24.25
%38.31

CMYK Percentages of Color #d58ada

%2
%37
%0
%15

Triadic Colors of #d58ada

#d58ada #dad58a #8adad5

Analogous Colors of #d58ada

#d58ada #da8ab7 #ad8ada

Monochromatic Colors of #d58ada

#d58ada

Complementary Color

#d58ada #8fda8a

#d58ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58ada Color CSS Codes

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

#d58ada Text Font Color

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

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


#d58ada Background Color

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

This div background color is #d58ada


#d58ada Border Color

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

This div border color is #d58ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58ada


Comments

No comments written yet.

Please login to write comment.