Color Hex Logo

#d58bae Color Hex

#D58BAE
(213,139,174)
0 Favorites   0 Comments

Color spaces of #d58bae

RGB 213139174
HSL0.920.470.69
HSV332°35°84°
CMYK 0.000.350.18   0.16
XYZ44.313235.667444.5933
Yxy35.66740.35570.2863
Hunter Lab59.722227.9312-2.4651
CIE-Lab66.265033.1146-6.6889

#d58bae color RGB value is (213,139,174).

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

The process color (four color CMYK) of #d58bae color hex is 0.00, 0.35, 0.18, 0.16. Web safe color of #d58bae is #cc9999. Color #d58bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001011 10101110
Octal 325 213 256
Decimal 213 139 174
Hex D5 8B AE

RGB Percentages of Color #d58bae

%40.49
%26.43
%33.08

CMYK Percentages of Color #d58bae

%0
%35
%18
%16

Triadic Colors of #d58bae

#d58bae #aed58b #8baed5

Analogous Colors of #d58bae

#d58bae #d58d8b #d58bd3

Monochromatic Colors of #d58bae

#d58bae

Complementary Color

#d58bae #8bd5b2

#d58bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58bae Color CSS Codes

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

#d58bae Text Font Color

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

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


#d58bae Background Color

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

This div background color is #d58bae


#d58bae Border Color

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

This div border color is #d58bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58bae


Comments

No comments written yet.

Please login to write comment.