Color Hex Logo

#d65ece Color Hex

#D65ECE
(214,94,206)
0 Favorites   0 Comments

Color spaces of #d65ece

RGB 21494206
HSL0.840.590.60
HSV304°56°84°
CMYK 0.000.560.04   0.16
XYZ42.874826.757861.2975
Yxy26.75780.32750.2044
Hunter Lab51.727957.4262-34.0490
CIE-Lab58.749561.2680-36.2636

#d65ece color RGB value is (214,94,206).

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

The process color (four color CMYK) of #d65ece color hex is 0.00, 0.56, 0.04, 0.16. Web safe color of #d65ece is #cc66cc. Color #d65ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011110 11001110
Octal 326 136 316
Decimal 214 94 206
Hex D6 5E CE

RGB Percentages of Color #d65ece

%41.63
%18.29
%40.08

CMYK Percentages of Color #d65ece

%0
%56
%4
%16

Triadic Colors of #d65ece

#d65ece #ced65e #5eced6

Analogous Colors of #d65ece

#d65ece #d65e92 #a25ed6

Monochromatic Colors of #d65ece

#d65ece

Complementary Color

#d65ece #5ed666

#d65ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65ece Color CSS Codes

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

#d65ece Text Font Color

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

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


#d65ece Background Color

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

This div background color is #d65ece


#d65ece Border Color

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

This div border color is #d65ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65ece


Comments

No comments written yet.

Please login to write comment.