Color Hex Logo

#d642ec Color Hex

#D642EC
(214,66,236)
0 Favorites   0 Comments

Color spaces of #d642ec

RGB 21466236
HSL0.810.820.59
HSV292°72°93°
CMYK 0.090.720.00   0.07
XYZ44.820124.248781.6751
Yxy24.24870.29730.1609
Hunter Lab49.243076.2924-63.8692
CIE-Lab56.335977.3850-57.0044

#d642ec color RGB value is (214,66,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000010 11101100
Octal 326 102 354
Decimal 214 66 236
Hex D6 42 EC

RGB Percentages of Color #d642ec

%41.47
%12.79
%45.74

CMYK Percentages of Color #d642ec

%9
%72
%0
%7

Triadic Colors of #d642ec

#d642ec #ecd642 #42ecd6

Analogous Colors of #d642ec

#d642ec #ec42ad #8142ec

Monochromatic Colors of #d642ec

#d642ec

Complementary Color

#d642ec #58ec42

#d642ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d642ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d642ec Color CSS Codes

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

#d642ec Text Font Color

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

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


#d642ec Background Color

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

This div background color is #d642ec


#d642ec Border Color

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

This div border color is #d642ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d642ec


Comments

No comments written yet.

Please login to write comment.