Color Hex Logo

#d162ae Color Hex

#D162AE
(209,98,174)
0 Favorites   0 Comments

Color spaces of #d162ae

RGB 20998174
HSL0.890.550.60
HSV319°53°82°
CMYK 0.000.530.17   0.18
XYZ38.302225.346742.9180
Yxy25.34670.35940.2378
Hunter Lab50.345547.6958-15.3011
CIE-Lab57.411752.8866-20.0695

#d162ae color RGB value is (209,98,174).

#d162ae hex color red value is 209, green value is 98 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d162ae hue: 0.89 , saturation: 0.55 and the lightness value of d162ae is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100010 10101110
Octal 321 142 256
Decimal 209 98 174
Hex D1 62 AE

RGB Percentages of Color #d162ae

%43.45
%20.37
%36.17

CMYK Percentages of Color #d162ae

%0
%53
%17
%18

Triadic Colors of #d162ae

#d162ae #aed162 #62aed1

Analogous Colors of #d162ae

#d162ae #d16277 #bd62d1

Monochromatic Colors of #d162ae

#d162ae

Complementary Color

#d162ae #62d185

#d162ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d162ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d162ae Color CSS Codes

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

#d162ae Text Font Color

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

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


#d162ae Background Color

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

This div background color is #d162ae


#d162ae Border Color

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

This div border color is #d162ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d162ae


Comments

No comments written yet.

Please login to write comment.