Color Hex Logo

#ea5fce Color Hex

#EA5FCE
(234,95,206)
0 Favorites   0 Comments

Color spaces of #ea5fce

RGB 23495206
HSL0.870.770.65
HSV312°59°92°
CMYK 0.000.590.12   0.08
XYZ49.164530.133161.6175
Yxy30.13310.34890.2138
Hunter Lab54.893663.8065-28.1268
CIE-Lab61.768966.1557-31.3446

#ea5fce color RGB value is (234,95,206).

#ea5fce hex color red value is 234, green value is 95 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea5fce hue: 0.87 , saturation: 0.77 and the lightness value of ea5fce is 0.65.

The process color (four color CMYK) of #ea5fce color hex is 0.00, 0.59, 0.12, 0.08. Web safe color of #ea5fce is #ff66cc. Color #ea5fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011111 11001110
Octal 352 137 316
Decimal 234 95 206
Hex EA 5F CE

RGB Percentages of Color #ea5fce

%43.74
%17.76
%38.50

CMYK Percentages of Color #ea5fce

%0
%59
%12
%8

Triadic Colors of #ea5fce

#ea5fce #ceea5f #5fceea

Analogous Colors of #ea5fce

#ea5fce #ea5f89 #c15fea

Monochromatic Colors of #ea5fce

#ea5fce

Complementary Color

#ea5fce #5fea7b

#ea5fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5fce Color CSS Codes

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

#ea5fce Text Font Color

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

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


#ea5fce Background Color

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

This div background color is #ea5fce


#ea5fce Border Color

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

This div border color is #ea5fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5fce


Comments

No comments written yet.

Please login to write comment.