Color Hex Logo

#e971dc Color Hex

#E971DC
(233,113,220)
0 Favorites   0 Comments

Color spaces of #e971dc

RGB 233113220
HSL0.850.730.68
HSV307°52°91°
CMYK 0.000.520.06   0.09
XYZ52.427734.301271.5677
Yxy34.30120.33120.2167
Hunter Lab58.567257.2954-31.4539
CIE-Lab65.200960.0528-33.8915

#e971dc color RGB value is (233,113,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110001 11011100
Octal 351 161 334
Decimal 233 113 220
Hex E9 71 DC

RGB Percentages of Color #e971dc

%41.17
%19.96
%38.87

CMYK Percentages of Color #e971dc

%0
%52
%6
%9

Triadic Colors of #e971dc

#e971dc #dce971 #71dce9

Analogous Colors of #e971dc

#e971dc #e971a0 #ba71e9

Monochromatic Colors of #e971dc

#e971dc

Complementary Color

#e971dc #71e97e

#e971dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e971dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e971dc Color CSS Codes

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

#e971dc Text Font Color

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

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


#e971dc Background Color

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

This div background color is #e971dc


#e971dc Border Color

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

This div border color is #e971dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e971dc


Comments

No comments written yet.

Please login to write comment.