Color Hex Logo

#d58bda Color Hex

#D58BDA
(213,139,218)
0 Favorites   0 Comments

Color spaces of #d58bda

RGB 213139218
HSL0.820.520.70
HSV296°36°85°
CMYK 0.020.360.00   0.15
XYZ49.328137.673371.0015
Yxy37.67330.31220.2384
Hunter Lab61.378636.0425-25.6205
CIE-Lab67.779140.6942-28.9865

#d58bda color RGB value is (213,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001011 11011010
Octal 325 213 332
Decimal 213 139 218
Hex D5 8B DA

RGB Percentages of Color #d58bda

%37.37
%24.39
%38.25

CMYK Percentages of Color #d58bda

%2
%36
%0
%15

Triadic Colors of #d58bda

#d58bda #dad58b #8bdad5

Analogous Colors of #d58bda

#d58bda #da8bb8 #ae8bda

Monochromatic Colors of #d58bda

#d58bda

Complementary Color

#d58bda #90da8b

#d58bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58bda Color CSS Codes

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

#d58bda Text Font Color

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

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


#d58bda Background Color

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

This div background color is #d58bda


#d58bda Border Color

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

This div border color is #d58bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58bda


Comments

No comments written yet.

Please login to write comment.