Color Hex Logo

#d164be Color Hex

#D164BE
(209,100,190)
0 Favorites   0 Comments

Color spaces of #d164be

RGB 209100190
HSL0.860.540.61
HSV310°52°82°
CMYK 0.000.520.09   0.18
XYZ40.145926.387451.6925
Yxy26.38740.33960.2232
Hunter Lab51.368749.6071-23.7057
CIE-Lab58.403054.4470-27.7410

#d164be color RGB value is (209,100,190).

#d164be hex color red value is 209, green value is 100 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d164be hue: 0.86 , saturation: 0.54 and the lightness value of d164be is 0.61.

The process color (four color CMYK) of #d164be color hex is 0.00, 0.52, 0.09, 0.18. Web safe color of #d164be is #cc66cc. Color #d164be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100100 10111110
Octal 321 144 276
Decimal 209 100 190
Hex D1 64 BE

RGB Percentages of Color #d164be

%41.88
%20.04
%38.08

CMYK Percentages of Color #d164be

%0
%52
%9
%18

Triadic Colors of #d164be

#d164be #bed164 #64bed1

Analogous Colors of #d164be

#d164be #d16488 #ae64d1

Monochromatic Colors of #d164be

#d164be

Complementary Color

#d164be #64d177

#d164be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d164be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d164be Color CSS Codes

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

#d164be Text Font Color

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

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


#d164be Background Color

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

This div background color is #d164be


#d164be Border Color

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

This div border color is #d164be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d164be


Comments

No comments written yet.

Please login to write comment.