Color Hex Logo

#d053ae Color Hex

#D053AE
(208,83,174)
0 Favorites   0 Comments

Color spaces of #d053ae

RGB 20883174
HSL0.880.570.57
HSV316°60°82°
CMYK 0.000.600.16   0.18
XYZ36.745722.652442.4800
Yxy22.65240.36070.2223
Hunter Lab47.594554.5217-19.6025
CIE-Lab54.712559.4491-24.2227

#d053ae color RGB value is (208,83,174).

#d053ae hex color red value is 208, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d053ae hue: 0.88 , saturation: 0.57 and the lightness value of d053ae is 0.57.

The process color (four color CMYK) of #d053ae color hex is 0.00, 0.60, 0.16, 0.18. Web safe color of #d053ae is #cc6699. Color #d053ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 10101110
Octal 320 123 256
Decimal 208 83 174
Hex D0 53 AE

RGB Percentages of Color #d053ae

%44.73
%17.85
%37.42

CMYK Percentages of Color #d053ae

%0
%60
%16
%18

Triadic Colors of #d053ae

#d053ae #aed053 #53aed0

Analogous Colors of #d053ae

#d053ae #d05370 #b453d0

Monochromatic Colors of #d053ae

#d053ae

Complementary Color

#d053ae #53d075

#d053ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d053ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d053ae Color CSS Codes

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

#d053ae Text Font Color

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

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


#d053ae Background Color

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

This div background color is #d053ae


#d053ae Border Color

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

This div border color is #d053ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d053ae


Comments

No comments written yet.

Please login to write comment.