Color Hex Logo

#d566ea Color Hex

#D566EA
(213,102,234)
0 Favorites   0 Comments

Color spaces of #d566ea

RGB 213102234
HSL0.810.760.66
HSV290°56°92°
CMYK 0.090.560.00   0.08
XYZ47.043229.589481.0738
Yxy29.58940.29830.1876
Hunter Lab54.396159.1782-50.2905
CIE-Lab61.298362.3264-48.0016

#d566ea color RGB value is (213,102,234).

#d566ea hex color red value is 213, green value is 102 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d566ea hue: 0.81 , saturation: 0.76 and the lightness value of d566ea is 0.66.

The process color (four color CMYK) of #d566ea color hex is 0.09, 0.56, 0.00, 0.08. Web safe color of #d566ea is #cc66ff. Color #d566ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100110 11101010
Octal 325 146 352
Decimal 213 102 234
Hex D5 66 EA

RGB Percentages of Color #d566ea

%38.80
%18.58
%42.62

CMYK Percentages of Color #d566ea

%9
%56
%0
%8

Triadic Colors of #d566ea

#d566ea #ead566 #66ead5

Analogous Colors of #d566ea

#d566ea #ea66bd #9366ea

Monochromatic Colors of #d566ea

#d566ea

Complementary Color

#d566ea #7bea66

#d566ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d566ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d566ea Color CSS Codes

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

#d566ea Text Font Color

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

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


#d566ea Background Color

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

This div background color is #d566ea


#d566ea Border Color

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

This div border color is #d566ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,102,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d566ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d566ea;
  -webkit-box-shadow: 1px 1px 3px 2px #d566ea;
  box-shadow:         1px 1px 3px 2px #d566ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,102,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d566ea


Comments

No comments written yet.

Please login to write comment.