Color Hex Logo

#ea85b7 Color Hex

#EA85B7
(234,133,183)
0 Favorites   0 Comments

Color spaces of #ea85b7

RGB 234133183
HSL0.920.710.72
HSV330°43°92°
CMYK 0.000.430.22   0.08
XYZ50.866537.686449.3930
Yxy37.68640.36870.2732
Hunter Lab61.389240.4721-4.7315
CIE-Lab67.788844.7868-9.2098

#ea85b7 color RGB value is (234,133,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 10110111
Octal 352 205 267
Decimal 234 133 183
Hex EA 85 B7

RGB Percentages of Color #ea85b7

%42.55
%24.18
%33.27

CMYK Percentages of Color #ea85b7

%0
%43
%22
%8

Triadic Colors of #ea85b7

#ea85b7 #b7ea85 #85b7ea

Analogous Colors of #ea85b7

#ea85b7 #ea8685 #ea85ea

Monochromatic Colors of #ea85b7

#ea85b7

Complementary Color

#ea85b7 #85eab8

#ea85b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea85b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea85b7 Color CSS Codes

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

#ea85b7 Text Font Color

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

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


#ea85b7 Background Color

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

This div background color is #ea85b7


#ea85b7 Border Color

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

This div border color is #ea85b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea85b7


Comments

No comments written yet.

Please login to write comment.