Color Hex Logo

#e94adc Color Hex

#E94ADC
(233,74,220)
0 Favorites   0 Comments

Color spaces of #e94adc

RGB 23374220
HSL0.850.780.60
HSV305°68°91°
CMYK 0.000.680.06   0.09
XYZ48.971327.388570.4156
Yxy27.38850.33360.1866
Hunter Lab52.334075.4459-43.1411
CIE-Lab59.332276.1322-43.0718

#e94adc color RGB value is (233,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001010 11011100
Octal 351 112 334
Decimal 233 74 220
Hex E9 4A DC

RGB Percentages of Color #e94adc

%44.21
%14.04
%41.75

CMYK Percentages of Color #e94adc

%0
%68
%6
%9

Triadic Colors of #e94adc

#e94adc #dce94a #4adce9

Analogous Colors of #e94adc

#e94adc #e94a8d #a74ae9

Monochromatic Colors of #e94adc

#e94adc

Complementary Color

#e94adc #4ae957

#e94adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94adc Color CSS Codes

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

#e94adc Text Font Color

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

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


#e94adc Background Color

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

This div background color is #e94adc


#e94adc Border Color

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

This div border color is #e94adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94adc


Comments

No comments written yet.

Please login to write comment.