Color Hex Logo

#ea3cdf Color Hex

#EA3CDF
(234,60,223)
0 Favorites   0 Comments

Color spaces of #ea3cdf

RGB 23460223
HSL0.840.810.58
HSV304°74°92°
CMYK 0.000.740.05   0.08
XYZ48.866826.051972.2650
Yxy26.05190.33200.1770
Hunter Lab51.041181.5743-48.2153
CIE-Lab58.086381.2173-46.7211

#ea3cdf color RGB value is (234,60,223).

#ea3cdf hex color red value is 234, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ea3cdf hue: 0.84 , saturation: 0.81 and the lightness value of ea3cdf is 0.58.

The process color (four color CMYK) of #ea3cdf color hex is 0.00, 0.74, 0.05, 0.08. Web safe color of #ea3cdf is #ff33cc. Color #ea3cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111100 11011111
Octal 352 74 337
Decimal 234 60 223
Hex EA 3C DF

RGB Percentages of Color #ea3cdf

%45.26
%11.61
%43.13

CMYK Percentages of Color #ea3cdf

%0
%74
%5
%8

Triadic Colors of #ea3cdf

#ea3cdf #dfea3c #3cdfea

Analogous Colors of #ea3cdf

#ea3cdf #ea3c88 #9e3cea

Monochromatic Colors of #ea3cdf

#ea3cdf

Complementary Color

#ea3cdf #3cea47

#ea3cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3cdf Color CSS Codes

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

#ea3cdf Text Font Color

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

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


#ea3cdf Background Color

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

This div background color is #ea3cdf


#ea3cdf Border Color

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

This div border color is #ea3cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,60,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea3cdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3cdf


Comments

No comments written yet.

Please login to write comment.