Color Hex Logo

#ea4bdc Color Hex

#EA4BDC
(234,75,220)
0 Favorites   0 Comments

Color spaces of #ea4bdc

RGB 23475220
HSL0.850.790.61
HSV305°68°92°
CMYK 0.000.680.06   0.08
XYZ49.366027.691970.4533
Yxy27.69190.33470.1877
Hunter Lab52.623175.3614-42.5430
CIE-Lab59.609476.0116-42.6248

#ea4bdc color RGB value is (234,75,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001011 11011100
Octal 352 113 334
Decimal 234 75 220
Hex EA 4B DC

RGB Percentages of Color #ea4bdc

%44.23
%14.18
%41.59

CMYK Percentages of Color #ea4bdc

%0
%68
%6
%8

Triadic Colors of #ea4bdc

#ea4bdc #dcea4b #4bdcea

Analogous Colors of #ea4bdc

#ea4bdc #ea4b8d #a94bea

Monochromatic Colors of #ea4bdc

#ea4bdc

Complementary Color

#ea4bdc #4bea59

#ea4bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4bdc Color CSS Codes

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

#ea4bdc Text Font Color

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

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


#ea4bdc Background Color

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

This div background color is #ea4bdc


#ea4bdc Border Color

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

This div border color is #ea4bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4bdc


Comments

No comments written yet.

Please login to write comment.