Color Hex Logo

#d62eac Color Hex

#D62EAC
(214,46,172)
0 Favorites   0 Comments

Color spaces of #d62eac

RGB 21446172
HSL0.880.670.51
HSV315°79°84°
CMYK 0.000.790.20   0.16
XYZ36.154919.228740.8357
Yxy19.22870.37580.1998
Hunter Lab43.850570.4353-24.5183
CIE-Lab50.953773.6880-28.7929

#d62eac color RGB value is (214,46,172).

#d62eac hex color red value is 214, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d62eac hue: 0.88 , saturation: 0.67 and the lightness value of d62eac is 0.51.

The process color (four color CMYK) of #d62eac color hex is 0.00, 0.79, 0.20, 0.16. Web safe color of #d62eac is #cc3399. Color #d62eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101110 10101100
Octal 326 56 254
Decimal 214 46 172
Hex D6 2E AC

RGB Percentages of Color #d62eac

%49.54
%10.65
%39.81

CMYK Percentages of Color #d62eac

%0
%79
%20
%16

Triadic Colors of #d62eac

#d62eac #acd62e #2eacd6

Analogous Colors of #d62eac

#d62eac #d62e58 #ac2ed6

Monochromatic Colors of #d62eac

#d62eac

Complementary Color

#d62eac #2ed658

#d62eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62eac Color CSS Codes

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

#d62eac Text Font Color

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

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


#d62eac Background Color

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

This div background color is #d62eac


#d62eac Border Color

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

This div border color is #d62eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,46,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62eac


Comments

No comments written yet.

Please login to write comment.