Color Hex Logo

#d865ae Color Hex

#D865AE
(216,101,174)
0 Favorites   0 Comments

Color spaces of #d865ae

RGB 216101174
HSL0.890.600.62
HSV322°53°85°
CMYK 0.000.530.19   0.15
XYZ40.612626.962343.1081
Yxy26.96230.36690.2436
Hunter Lab51.925248.7421-12.8746
CIE-Lab58.939453.5828-17.6517

#d865ae color RGB value is (216,101,174).

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

The process color (four color CMYK) of #d865ae color hex is 0.00, 0.53, 0.19, 0.15. Web safe color of #d865ae is #cc6699. Color #d865ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 10101110
Octal 330 145 256
Decimal 216 101 174
Hex D8 65 AE

RGB Percentages of Color #d865ae

%43.99
%20.57
%35.44

CMYK Percentages of Color #d865ae

%0
%53
%19
%15

Triadic Colors of #d865ae

#d865ae #aed865 #65aed8

Analogous Colors of #d865ae

#d865ae #d86575 #c965d8

Monochromatic Colors of #d865ae

#d865ae

Complementary Color

#d865ae #65d88f

#d865ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d865ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d865ae Color CSS Codes

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

#d865ae Text Font Color

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

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


#d865ae Background Color

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

This div background color is #d865ae


#d865ae Border Color

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

This div border color is #d865ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d865ae


Comments

No comments written yet.

Please login to write comment.