Color Hex Logo

#d58abe Color Hex

#D58ABE
(213,138,190)
0 Favorites   0 Comments

Color spaces of #d58abe

RGB 213138190
HSL0.880.470.69
HSV318°35°84°
CMYK 0.000.350.11   0.16
XYZ45.823336.040853.2566
Yxy36.04080.33910.2667
Hunter Lab60.034031.1876-10.5728
CIE-Lab66.551136.2365-15.2505

#d58abe color RGB value is (213,138,190).

#d58abe hex color red value is 213, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d58abe hue: 0.88 , saturation: 0.47 and the lightness value of d58abe is 0.69.

The process color (four color CMYK) of #d58abe color hex is 0.00, 0.35, 0.11, 0.16. Web safe color of #d58abe is #cc99cc. Color #d58abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001010 10111110
Octal 325 212 276
Decimal 213 138 190
Hex D5 8A BE

RGB Percentages of Color #d58abe

%39.37
%25.51
%35.12

CMYK Percentages of Color #d58abe

%0
%35
%11
%16

Triadic Colors of #d58abe

#d58abe #bed58a #8abed5

Analogous Colors of #d58abe

#d58abe #d58a99 #c78ad5

Monochromatic Colors of #d58abe

#d58abe

Complementary Color

#d58abe #8ad5a1

#d58abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58abe Color CSS Codes

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

#d58abe Text Font Color

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

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


#d58abe Background Color

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

This div background color is #d58abe


#d58abe Border Color

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

This div border color is #d58abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,138,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58abe


Comments

No comments written yet.

Please login to write comment.