Color Hex Logo

#d353ac Color Hex

#D353AC
(211,83,172)
0 Favorites   0 Comments

Color spaces of #d353ac

RGB 21183172
HSL0.880.590.58
HSV318°61°83°
CMYK 0.000.610.18   0.17
XYZ37.403623.014041.5005
Yxy23.01400.36700.2258
Hunter Lab47.972955.2206-17.7097
CIE-Lab55.086859.9968-22.4454

#d353ac color RGB value is (211,83,172).

#d353ac hex color red value is 211, green value is 83 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d353ac hue: 0.88 , saturation: 0.59 and the lightness value of d353ac is 0.58.

The process color (four color CMYK) of #d353ac color hex is 0.00, 0.61, 0.18, 0.17. Web safe color of #d353ac is #cc6699. Color #d353ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010011 10101100
Octal 323 123 254
Decimal 211 83 172
Hex D3 53 AC

RGB Percentages of Color #d353ac

%45.28
%17.81
%36.91

CMYK Percentages of Color #d353ac

%0
%61
%18
%17

Triadic Colors of #d353ac

#d353ac #acd353 #53acd3

Analogous Colors of #d353ac

#d353ac #d3536c #ba53d3

Monochromatic Colors of #d353ac

#d353ac

Complementary Color

#d353ac #53d37a

#d353ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d353ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d353ac Color CSS Codes

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

#d353ac Text Font Color

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

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


#d353ac Background Color

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

This div background color is #d353ac


#d353ac Border Color

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

This div border color is #d353ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,83,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d353ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d353ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d353ac;
  box-shadow:         1px 1px 3px 2px #d353ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,83,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d353ac


Comments

No comments written yet.

Please login to write comment.