Color Hex Logo

#d064ec Color Hex

#D064EC
(208,100,236)
0 Favorites   0 Comments

Color spaces of #d064ec

RGB 208100236
HSL0.800.780.66
HSV288°58°93°
CMYK 0.120.580.00   0.07
XYZ45.709928.580482.4643
Yxy28.58040.29160.1823
Hunter Lab53.460659.0649-54.0338
CIE-Lab60.409562.3851-50.5645

#d064ec color RGB value is (208,100,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 11101100
Octal 320 144 354
Decimal 208 100 236
Hex D0 64 EC

RGB Percentages of Color #d064ec

%38.24
%18.38
%43.38

CMYK Percentages of Color #d064ec

%12
%58
%0
%7

Triadic Colors of #d064ec

#d064ec #ecd064 #64ecd0

Analogous Colors of #d064ec

#d064ec #ec64c4 #8c64ec

Monochromatic Colors of #d064ec

#d064ec

Complementary Color

#d064ec #80ec64

#d064ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d064ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d064ec Color CSS Codes

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

#d064ec Text Font Color

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

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


#d064ec Background Color

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

This div background color is #d064ec


#d064ec Border Color

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

This div border color is #d064ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d064ec


Comments

No comments written yet.

Please login to write comment.