Color Hex Logo

#d58390 Color Hex

#D58390
(213,131,144)
0 Favorites   0 Comments

Color spaces of #d58390

RGB 213131144
HSL0.970.490.67
HSV350°38°84°
CMYK 0.000.380.32   0.16
XYZ40.590932.392330.4985
Yxy32.39230.39230.3130
Hunter Lab56.914227.70538.0684
CIE-Lab63.665833.14346.4961

#d58390 color RGB value is (213,131,144).

#d58390 hex color red value is 213, green value is 131 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d58390 hue: 0.97 , saturation: 0.49 and the lightness value of d58390 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000011 10010000
Octal 325 203 220
Decimal 213 131 144
Hex D5 83 90

RGB Percentages of Color #d58390

%43.65
%26.84
%29.51

CMYK Percentages of Color #d58390

%0
%38
%32
%16

Triadic Colors of #d58390

#d58390 #90d583 #8390d5

Analogous Colors of #d58390

#d58390 #d59f83 #d583b9

Monochromatic Colors of #d58390

#d58390

Complementary Color

#d58390 #83d5c8

#d58390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58390 Color CSS Codes

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

#d58390 Text Font Color

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

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


#d58390 Background Color

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

This div background color is #d58390


#d58390 Border Color

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

This div border color is #d58390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58390


Comments

No comments written yet.

Please login to write comment.