Color Hex Logo

#d55acc Color Hex

#D55ACC
(213,90,204)
0 Favorites   0 Comments

Color spaces of #d55acc

RGB 21390204
HSL0.850.590.59
HSV304°58°84°
CMYK 0.000.580.04   0.16
XYZ41.995825.818159.8967
Yxy25.81810.32880.2022
Hunter Lab50.811558.6104-34.3231
CIE-Lab57.864062.4461-36.5226

#d55acc color RGB value is (213,90,204).

#d55acc hex color red value is 213, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d55acc hue: 0.85 , saturation: 0.59 and the lightness value of d55acc is 0.59.

The process color (four color CMYK) of #d55acc color hex is 0.00, 0.58, 0.04, 0.16. Web safe color of #d55acc is #cc66cc. Color #d55acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011010 11001100
Octal 325 132 314
Decimal 213 90 204
Hex D5 5A CC

RGB Percentages of Color #d55acc

%42.01
%17.75
%40.24

CMYK Percentages of Color #d55acc

%0
%58
%4
%16

Triadic Colors of #d55acc

#d55acc #ccd55a #5accd5

Analogous Colors of #d55acc

#d55acc #d55a8f #a15ad5

Monochromatic Colors of #d55acc

#d55acc

Complementary Color

#d55acc #5ad563

#d55acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55acc Color CSS Codes

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

#d55acc Text Font Color

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

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


#d55acc Background Color

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

This div background color is #d55acc


#d55acc Border Color

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

This div border color is #d55acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,90,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55acc


Comments

No comments written yet.

Please login to write comment.