Color Hex Logo

#d150ad Color Hex

#D150AD
(209,80,173)
0 Favorites   0 Comments

Color spaces of #d150ad

RGB 20980173
HSL0.880.580.57
HSV317°62°82°
CMYK 0.000.620.17   0.18
XYZ36.706022.309841.9068
Yxy22.30980.36370.2211
Hunter Lab47.233356.0581-19.5406
CIE-Lab54.354260.8623-24.1802

#d150ad color RGB value is (209,80,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010000 10101101
Octal 321 120 255
Decimal 209 80 173
Hex D1 50 AD

RGB Percentages of Color #d150ad

%45.24
%17.32
%37.45

CMYK Percentages of Color #d150ad

%0
%62
%17
%18

Triadic Colors of #d150ad

#d150ad #add150 #50add1

Analogous Colors of #d150ad

#d150ad #d1506d #b550d1

Monochromatic Colors of #d150ad

#d150ad

Complementary Color

#d150ad #50d174

#d150ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d150ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d150ad Color CSS Codes

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

#d150ad Text Font Color

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

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


#d150ad Background Color

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

This div background color is #d150ad


#d150ad Border Color

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

This div border color is #d150ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d150ad


Comments

No comments written yet.

Please login to write comment.