Color Hex Logo

#d8359a Color Hex

#D8359A
(216,53,154)
0 Favorites   0 Comments

Color spaces of #d8359a

RGB 21653154
HSL0.900.680.53
HSV323°75°85°
CMYK 0.000.750.29   0.15
XYZ35.424719.478232.4644
Yxy19.47820.40550.2229
Hunter Lab44.134166.0402-12.7190
CIE-Lab51.242069.9896-17.6775

#d8359a color RGB value is (216,53,154).

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

The process color (four color CMYK) of #d8359a color hex is 0.00, 0.75, 0.29, 0.15. Web safe color of #d8359a is #cc3399. Color #d8359a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110101 10011010
Octal 330 65 232
Decimal 216 53 154
Hex D8 35 9A

RGB Percentages of Color #d8359a

%51.06
%12.53
%36.41

CMYK Percentages of Color #d8359a

%0
%75
%29
%15

Triadic Colors of #d8359a

#d8359a #9ad835 #359ad8

Analogous Colors of #d8359a

#d8359a #d83549 #c535d8

Monochromatic Colors of #d8359a

#d8359a

Complementary Color

#d8359a #35d873

#d8359a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8359a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8359a Color CSS Codes

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

#d8359a Text Font Color

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

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


#d8359a Background Color

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

This div background color is #d8359a


#d8359a Border Color

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

This div border color is #d8359a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8359a


Comments

No comments written yet.

Please login to write comment.