Color Hex Logo

#ea43dc Color Hex

#EA43DC
(234,67,220)
0 Favorites   0 Comments

Color spaces of #ea43dc

RGB 23467220
HSL0.850.800.59
HSV305°71°92°
CMYK 0.000.710.06   0.08
XYZ48.857126.674070.2837
Yxy26.67400.33510.1829
Hunter Lab51.646978.4760-44.5320
CIE-Lab58.671478.6689-44.1031

#ea43dc color RGB value is (234,67,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 11011100
Octal 352 103 334
Decimal 234 67 220
Hex EA 43 DC

RGB Percentages of Color #ea43dc

%44.91
%12.86
%42.23

CMYK Percentages of Color #ea43dc

%0
%71
%6
%8

Triadic Colors of #ea43dc

#ea43dc #dcea43 #43dcea

Analogous Colors of #ea43dc

#ea43dc #ea4389 #a543ea

Monochromatic Colors of #ea43dc

#ea43dc

Complementary Color

#ea43dc #43ea51

#ea43dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea43dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea43dc Color CSS Codes

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

#ea43dc Text Font Color

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

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


#ea43dc Background Color

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

This div background color is #ea43dc


#ea43dc Border Color

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

This div border color is #ea43dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea43dc


Comments

No comments written yet.

Please login to write comment.