color codes Logo

#d65eaa color codes

#D65EAA
(214,94,170)
0 Favorites   0 Comments

Color spaces of #d65eaa

RGB 21494170
HSL0.890.590.60
HSV322°56°84°
CMYK 0.000.560.21   0.16
XYZ38.990025.203840.8400
Yxy25.20380.37120.2400
Hunter Lab50.203450.7745-13.0895
CIE-Lab57.273555.6799-17.9019

#d65eaa color RGB value is (214,94,170).

#d65eaa hex color red value is 214, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d65eaa hue: 0.89 , saturation: 0.59 and the lightness value of d65eaa is 0.60.

The process color (four color CMYK) of #d65eaa color code is 0.00, 0.56, 0.21, 0.16. Web safe color of #d65eaa is #cc6699. Color #d65eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011110 10101010
Octal 326 136 252
Decimal 214 94 170
Hex D6 5E AA

RGB Percentages of Color #d65eaa

%44.77
%19.67
%35.56

CMYK Percentages of Color #d65eaa

%0
%56
%21
%16

Triadic Colors of #d65eaa

#d65eaa #aad65e #5eaad6

Analogous Colors of #d65eaa

#d65eaa #d65e6e #c65ed6

Monochromatic Colors of #d65eaa

#d65eaa

Complementary Color

#d65eaa #5ed68a

#d65eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65eaa Color CSS Codes

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

#d65eaa Text Font Color

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

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


#d65eaa Background Color

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

This div background color is #d65eaa


#d65eaa Border Color

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

This div border color is #d65eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,94,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d65eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d65eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #d65eaa;
  box-shadow:         1px 1px 3px 2px #d65eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,94,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65eaa


Comments

No comments written yet.

Please login to write comment.