Color Hex Logo

#d153ad Color Hex

#D153AD
(209,83,173)
0 Favorites   0 Comments

Color spaces of #d153ad

RGB 20983173
HSL0.880.580.57
HSV317°60°82°
CMYK 0.000.600.17   0.18
XYZ36.930622.759041.9816
Yxy22.75900.36320.2238
Hunter Lab47.706454.6947-18.7807
CIE-Lab54.823259.5816-23.4580

#d153ad color RGB value is (209,83,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 10101101
Octal 321 123 255
Decimal 209 83 173
Hex D1 53 AD

RGB Percentages of Color #d153ad

%44.95
%17.85
%37.20

CMYK Percentages of Color #d153ad

%0
%60
%17
%18

Triadic Colors of #d153ad

#d153ad #add153 #53add1

Analogous Colors of #d153ad

#d153ad #d1536e #b653d1

Monochromatic Colors of #d153ad

#d153ad

Complementary Color

#d153ad #53d177

#d153ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153ad Color CSS Codes

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

#d153ad Text Font Color

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

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


#d153ad Background Color

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

This div background color is #d153ad


#d153ad Border Color

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

This div border color is #d153ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153ad


Comments

No comments written yet.

Please login to write comment.