Color Hex Logo

#ea85be Color Hex

#EA85BE
(234,133,190)
0 Favorites   0 Comments

Color spaces of #ea85be

RGB 234133190
HSL0.910.710.72
HSV326°43°92°
CMYK 0.000.430.19   0.08
XYZ51.613537.985253.3267
Yxy37.98520.36110.2658
Hunter Lab61.632141.6276-8.1577
CIE-Lab68.009745.8123-12.8048

#ea85be color RGB value is (234,133,190).

#ea85be hex color red value is 234, green value is 133 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ea85be hue: 0.91 , saturation: 0.71 and the lightness value of ea85be is 0.72.

The process color (four color CMYK) of #ea85be color hex is 0.00, 0.43, 0.19, 0.08. Web safe color of #ea85be is #ff99cc. Color #ea85be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 10111110
Octal 352 205 276
Decimal 234 133 190
Hex EA 85 BE

RGB Percentages of Color #ea85be

%42.01
%23.88
%34.11

CMYK Percentages of Color #ea85be

%0
%43
%19
%8

Triadic Colors of #ea85be

#ea85be #beea85 #85beea

Analogous Colors of #ea85be

#ea85be #ea858c #e485ea

Monochromatic Colors of #ea85be

#ea85be

Complementary Color

#ea85be #85eab1

#ea85be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea85be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea85be Color CSS Codes

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

#ea85be Text Font Color

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

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


#ea85be Background Color

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

This div background color is #ea85be


#ea85be Border Color

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

This div border color is #ea85be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea85be


Comments

No comments written yet.

Please login to write comment.