Color Hex Logo

#d647ec Color Hex

#D647EC
(214,71,236)
0 Favorites   0 Comments

Color spaces of #d647ec

RGB 21471236
HSL0.810.810.60
HSV292°70°93°
CMYK 0.090.700.00   0.07
XYZ45.125124.858781.7767
Yxy24.85870.29730.1638
Hunter Lab49.858574.3014-62.3451
CIE-Lab56.937575.6729-56.0426

#d647ec color RGB value is (214,71,236).

#d647ec hex color red value is 214, green value is 71 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d647ec hue: 0.81 , saturation: 0.81 and the lightness value of d647ec is 0.60.

The process color (four color CMYK) of #d647ec color hex is 0.09, 0.70, 0.00, 0.07. Web safe color of #d647ec is #cc33ff. Color #d647ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000111 11101100
Octal 326 107 354
Decimal 214 71 236
Hex D6 47 EC

RGB Percentages of Color #d647ec

%41.07
%13.63
%45.30

CMYK Percentages of Color #d647ec

%9
%70
%0
%7

Triadic Colors of #d647ec

#d647ec #ecd647 #47ecd6

Analogous Colors of #d647ec

#d647ec #ec47b0 #8447ec

Monochromatic Colors of #d647ec

#d647ec

Complementary Color

#d647ec #5dec47

#d647ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d647ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d647ec Color CSS Codes

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

#d647ec Text Font Color

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

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


#d647ec Background Color

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

This div background color is #d647ec


#d647ec Border Color

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

This div border color is #d647ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d647ec


Comments

No comments written yet.

Please login to write comment.