Color Hex Logo

#d64cec Color Hex

#D64CEC
(214,76,236)
0 Favorites   0 Comments

Color spaces of #d64cec

RGB 21476236
HSL0.810.810.61
HSV292°68°93°
CMYK 0.090.680.00   0.07
XYZ45.456325.521281.8871
Yxy25.52120.29740.1670
Hunter Lab50.518572.2060-60.7421
CIE-Lab57.579873.8565-55.0170

#d64cec color RGB value is (214,76,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001100 11101100
Octal 326 114 354
Decimal 214 76 236
Hex D6 4C EC

RGB Percentages of Color #d64cec

%40.68
%14.45
%44.87

CMYK Percentages of Color #d64cec

%9
%68
%0
%7

Triadic Colors of #d64cec

#d64cec #ecd64c #4cecd6

Analogous Colors of #d64cec

#d64cec #ec4cb2 #864cec

Monochromatic Colors of #d64cec

#d64cec

Complementary Color

#d64cec #62ec4c

#d64cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64cec Color CSS Codes

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

#d64cec Text Font Color

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

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


#d64cec Background Color

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

This div background color is #d64cec


#d64cec Border Color

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

This div border color is #d64cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64cec


Comments

No comments written yet.

Please login to write comment.