Color Hex Logo

#d58498 Color Hex

#D58498
(213,132,152)
0 Favorites   0 Comments

Color spaces of #d58498

RGB 213132152
HSL0.960.490.68
HSV345°38°84°
CMYK 0.000.380.29   0.16
XYZ41.359332.915733.8792
Yxy32.91570.38240.3043
Hunter Lab57.372228.27835.1489
CIE-Lab64.092633.66492.5652

#d58498 color RGB value is (213,132,152).

#d58498 hex color red value is 213, green value is 132 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d58498 hue: 0.96 , saturation: 0.49 and the lightness value of d58498 is 0.68.

The process color (four color CMYK) of #d58498 color hex is 0.00, 0.38, 0.29, 0.16. Web safe color of #d58498 is #cc9999. Color #d58498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000100 10011000
Octal 325 204 230
Decimal 213 132 152
Hex D5 84 98

RGB Percentages of Color #d58498

%42.86
%26.56
%30.58

CMYK Percentages of Color #d58498

%0
%38
%29
%16

Triadic Colors of #d58498

#d58498 #98d584 #8498d5

Analogous Colors of #d58498

#d58498 #d59984 #d584c1

Monochromatic Colors of #d58498

#d58498

Complementary Color

#d58498 #84d5c1

#d58498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58498 Color CSS Codes

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

#d58498 Text Font Color

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

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


#d58498 Background Color

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

This div background color is #d58498


#d58498 Border Color

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

This div border color is #d58498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58498


Comments

No comments written yet.

Please login to write comment.