Color Hex Logo

#e972dc Color Hex

#E972DC
(233,114,220)
0 Favorites   0 Comments

Color spaces of #e972dc

RGB 233114220
HSL0.850.730.68
HSV307°51°91°
CMYK 0.000.510.06   0.09
XYZ52.539934.525671.6051
Yxy34.52560.33110.2176
Hunter Lab58.758556.7814-31.1219
CIE-Lab65.377659.5836-33.6171

#e972dc color RGB value is (233,114,220).

#e972dc hex color red value is 233, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e972dc hue: 0.85 , saturation: 0.73 and the lightness value of e972dc is 0.68.

The process color (four color CMYK) of #e972dc color hex is 0.00, 0.51, 0.06, 0.09. Web safe color of #e972dc is #ff66cc. Color #e972dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110010 11011100
Octal 351 162 334
Decimal 233 114 220
Hex E9 72 DC

RGB Percentages of Color #e972dc

%41.09
%20.11
%38.80

CMYK Percentages of Color #e972dc

%0
%51
%6
%9

Triadic Colors of #e972dc

#e972dc #dce972 #72dce9

Analogous Colors of #e972dc

#e972dc #e972a1 #bb72e9

Monochromatic Colors of #e972dc

#e972dc

Complementary Color

#e972dc #72e97f

#e972dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e972dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e972dc Color CSS Codes

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

#e972dc Text Font Color

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

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


#e972dc Background Color

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

This div background color is #e972dc


#e972dc Border Color

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

This div border color is #e972dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,114,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e972dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e972dc;
  -webkit-box-shadow: 1px 1px 3px 2px #e972dc;
  box-shadow:         1px 1px 3px 2px #e972dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,114,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e972dc


Comments

No comments written yet.

Please login to write comment.