Color Hex Logo

#d58394 Color Hex

#D58394
(213,131,148)
0 Favorites   0 Comments

Color spaces of #d58394

RGB 213131148
HSL0.970.490.67
HSV348°38°84°
CMYK 0.000.380.31   0.16
XYZ40.902232.516932.1376
Yxy32.51690.38750.3081
Hunter Lab57.023628.24426.5016
CIE-Lab63.767833.66384.3685

#d58394 color RGB value is (213,131,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000011 10010100
Octal 325 203 224
Decimal 213 131 148
Hex D5 83 94

RGB Percentages of Color #d58394

%43.29
%26.63
%30.08

CMYK Percentages of Color #d58394

%0
%38
%31
%16

Triadic Colors of #d58394

#d58394 #94d583 #8394d5

Analogous Colors of #d58394

#d58394 #d59b83 #d583bd

Monochromatic Colors of #d58394

#d58394

Complementary Color

#d58394 #83d5c4

#d58394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58394 Color CSS Codes

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

#d58394 Text Font Color

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

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


#d58394 Background Color

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

This div background color is #d58394


#d58394 Border Color

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

This div border color is #d58394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58394


Comments

No comments written yet.

Please login to write comment.