Color Hex Logo

#d58298 Color Hex

#D58298
(213,130,152)
0 Favorites   0 Comments

Color spaces of #d58298

RGB 213130152
HSL0.960.500.67
HSV344°39°84°
CMYK 0.000.390.29   0.16
XYZ41.090732.378433.7897
Yxy32.37840.38310.3019
Hunter Lab56.902029.32184.6237
CIE-Lab63.654434.73161.9291

#d58298 color RGB value is (213,130,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 10011000
Octal 325 202 230
Decimal 213 130 152
Hex D5 82 98

RGB Percentages of Color #d58298

%43.03
%26.26
%30.71

CMYK Percentages of Color #d58298

%0
%39
%29
%16

Triadic Colors of #d58298

#d58298 #98d582 #8298d5

Analogous Colors of #d58298

#d58298 #d59682 #d582c2

Monochromatic Colors of #d58298

#d58298

Complementary Color

#d58298 #82d5bf

#d58298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58298 Color CSS Codes

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

#d58298 Text Font Color

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

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


#d58298 Background Color

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

This div background color is #d58298


#d58298 Border Color

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

This div border color is #d58298


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,130,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 #d58298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58298


Comments

No comments written yet.

Please login to write comment.