Color Hex Logo

#ea8fbc Color Hex

#EA8FBC
(234,143,188)
0 Favorites   0 Comments

Color spaces of #ea8fbc

RGB 234143188
HSL0.920.680.74
HSV330°39°92°
CMYK 0.000.390.20   0.08
XYZ52.831240.768252.6615
Yxy40.76820.36120.2787
Hunter Lab63.850035.9583-4.2056
CIE-Lab70.013240.3596-8.6922

#ea8fbc color RGB value is (234,143,188).

#ea8fbc hex color red value is 234, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ea8fbc hue: 0.92 , saturation: 0.68 and the lightness value of ea8fbc is 0.74.

The process color (four color CMYK) of #ea8fbc color hex is 0.00, 0.39, 0.20, 0.08. Web safe color of #ea8fbc is #ff99cc. Color #ea8fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001111 10111100
Octal 352 217 274
Decimal 234 143 188
Hex EA 8F BC

RGB Percentages of Color #ea8fbc

%41.42
%25.31
%33.27

CMYK Percentages of Color #ea8fbc

%0
%39
%20
%8

Triadic Colors of #ea8fbc

#ea8fbc #bcea8f #8fbcea

Analogous Colors of #ea8fbc

#ea8fbc #ea908f #ea8fea

Monochromatic Colors of #ea8fbc

#ea8fbc

Complementary Color

#ea8fbc #8feabd

#ea8fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8fbc Color CSS Codes

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

#ea8fbc Text Font Color

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

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


#ea8fbc Background Color

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

This div background color is #ea8fbc


#ea8fbc Border Color

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

This div border color is #ea8fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8fbc


Comments

No comments written yet.

Please login to write comment.