Color Hex Logo

#d455ac Color Hex

#D455AC
(212,85,172)
0 Favorites   0 Comments

Color spaces of #d455ac

RGB 21285172
HSL0.890.600.58
HSV319°60°83°
CMYK 0.000.600.19   0.17
XYZ37.846323.472641.5657
Yxy23.47260.36790.2281
Hunter Lab48.448554.6530-16.9530
CIE-Lab55.555859.4148-21.7126

#d455ac color RGB value is (212,85,172).

#d455ac hex color red value is 212, green value is 85 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d455ac hue: 0.89 , saturation: 0.60 and the lightness value of d455ac is 0.58.

The process color (four color CMYK) of #d455ac color hex is 0.00, 0.60, 0.19, 0.17. Web safe color of #d455ac is #cc6699. Color #d455ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010101 10101100
Octal 324 125 254
Decimal 212 85 172
Hex D4 55 AC

RGB Percentages of Color #d455ac

%45.20
%18.12
%36.67

CMYK Percentages of Color #d455ac

%0
%60
%19
%17

Triadic Colors of #d455ac

#d455ac #acd455 #55acd4

Analogous Colors of #d455ac

#d455ac #d4556d #bd55d4

Monochromatic Colors of #d455ac

#d455ac

Complementary Color

#d455ac #55d47d

#d455ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d455ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d455ac Color CSS Codes

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

#d455ac Text Font Color

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

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


#d455ac Background Color

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

This div background color is #d455ac


#d455ac Border Color

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

This div border color is #d455ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d455ac


Comments

No comments written yet.

Please login to write comment.