Color Hex Logo

#ea5cdf Color Hex

#EA5CDF
(234,92,223)
0 Favorites   0 Comments

Color spaces of #ea5cdf

RGB 23492223
HSL0.850.770.64
HSV305°61°92°
CMYK 0.000.610.05   0.08
XYZ51.078130.474473.0021
Yxy30.47440.33050.1972
Hunter Lab55.203668.5538-39.7635
CIE-Lab62.061470.0361-40.4585

#ea5cdf color RGB value is (234,92,223).

#ea5cdf hex color red value is 234, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ea5cdf hue: 0.85 , saturation: 0.77 and the lightness value of ea5cdf is 0.64.

The process color (four color CMYK) of #ea5cdf color hex is 0.00, 0.61, 0.05, 0.08. Web safe color of #ea5cdf is #ff66cc. Color #ea5cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011100 11011111
Octal 352 134 337
Decimal 234 92 223
Hex EA 5C DF

RGB Percentages of Color #ea5cdf

%42.62
%16.76
%40.62

CMYK Percentages of Color #ea5cdf

%0
%61
%5
%8

Triadic Colors of #ea5cdf

#ea5cdf #dfea5c #5cdfea

Analogous Colors of #ea5cdf

#ea5cdf #ea5c98 #ae5cea

Monochromatic Colors of #ea5cdf

#ea5cdf

Complementary Color

#ea5cdf #5cea67

#ea5cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5cdf Color CSS Codes

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

#ea5cdf Text Font Color

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

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


#ea5cdf Background Color

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

This div background color is #ea5cdf


#ea5cdf Border Color

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

This div border color is #ea5cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5cdf


Comments

No comments written yet.

Please login to write comment.