Color Hex Logo

#d8357d Color Hex

#D8357D
(216,53,125)
0 Favorites   0 Comments

Color spaces of #d8357d

RGB 21653125
HSL0.930.680.53
HSV333°75°85°
CMYK 0.000.750.42   0.15
XYZ33.293718.625821.2424
Yxy18.62580.45510.2546
Hunter Lab43.157662.17701.0275
CIE-Lab50.246566.9158-1.7783

#d8357d color RGB value is (216,53,125).

#d8357d hex color red value is 216, green value is 53 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d8357d hue: 0.93 , saturation: 0.68 and the lightness value of d8357d is 0.53.

The process color (four color CMYK) of #d8357d color hex is 0.00, 0.75, 0.42, 0.15. Web safe color of #d8357d is #cc3366. Color #d8357d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110101 01111101
Octal 330 65 175
Decimal 216 53 125
Hex D8 35 7D

RGB Percentages of Color #d8357d

%54.82
%13.45
%31.73

CMYK Percentages of Color #d8357d

%0
%75
%42
%15

Triadic Colors of #d8357d

#d8357d #7dd835 #357dd8

Analogous Colors of #d8357d

#d8357d #d83e35 #d835cf

Monochromatic Colors of #d8357d

#d8357d

Complementary Color

#d8357d #35d890

#d8357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8357d Color CSS Codes

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

#d8357d Text Font Color

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

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


#d8357d Background Color

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

This div background color is #d8357d


#d8357d Border Color

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

This div border color is #d8357d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,53,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8357d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8357d;
  -webkit-box-shadow: 1px 1px 3px 2px #d8357d;
  box-shadow:         1px 1px 3px 2px #d8357d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,53,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8357d


Comments

No comments written yet.

Please login to write comment.