Color Hex Logo

#d564ec Color Hex

#D564EC
(213,100,236)
0 Favorites   0 Comments

Color spaces of #d564ec

RGB 213100236
HSL0.810.780.66
HSV290°58°93°
CMYK 0.100.580.00   0.07
XYZ47.138129.316682.5311
Yxy29.31660.29650.1844
Hunter Lab54.144860.6475-52.4724
CIE-Lab61.060063.6193-49.4921

#d564ec color RGB value is (213,100,236).

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

The process color (four color CMYK) of #d564ec color hex is 0.10, 0.58, 0.00, 0.07. Web safe color of #d564ec is #cc66ff. Color #d564ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 11101100
Octal 325 144 354
Decimal 213 100 236
Hex D5 64 EC

RGB Percentages of Color #d564ec

%38.80
%18.21
%42.99

CMYK Percentages of Color #d564ec

%10
%58
%0
%7

Triadic Colors of #d564ec

#d564ec #ecd564 #64ecd5

Analogous Colors of #d564ec

#d564ec #ec64bf #9164ec

Monochromatic Colors of #d564ec

#d564ec

Complementary Color

#d564ec #7bec64

#d564ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d564ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d564ec Color CSS Codes

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

#d564ec Text Font Color

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

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


#d564ec Background Color

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

This div background color is #d564ec


#d564ec Border Color

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

This div border color is #d564ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d564ec


Comments

No comments written yet.

Please login to write comment.