Color Hex Logo

#e947dc Color Hex

#E947DC
(233,71,220)
0 Favorites   0 Comments

Color spaces of #e947dc

RGB 23371220
HSL0.850.790.60
HSV305°70°91°
CMYK 0.000.700.06   0.09
XYZ48.775826.997470.3504
Yxy26.99740.33380.1848
Hunter Lab51.959076.6361-43.9049
CIE-Lab58.971977.1511-43.6396

#e947dc color RGB value is (233,71,220).

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

The process color (four color CMYK) of #e947dc color hex is 0.00, 0.70, 0.06, 0.09. Web safe color of #e947dc is #ff33cc. Color #e947dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000111 11011100
Octal 351 107 334
Decimal 233 71 220
Hex E9 47 DC

RGB Percentages of Color #e947dc

%44.47
%13.55
%41.98

CMYK Percentages of Color #e947dc

%0
%70
%6
%9

Triadic Colors of #e947dc

#e947dc #dce947 #47dce9

Analogous Colors of #e947dc

#e947dc #e9478b #a547e9

Monochromatic Colors of #e947dc

#e947dc

Complementary Color

#e947dc #47e954

#e947dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e947dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e947dc Color CSS Codes

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

#e947dc Text Font Color

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

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


#e947dc Background Color

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

This div background color is #e947dc


#e947dc Border Color

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

This div border color is #e947dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e947dc


Comments

No comments written yet.

Please login to write comment.