Color Hex Logo

#ea4cbb Color Hex

#EA4CBB
(234,76,187)
0 Favorites   0 Comments

Color spaces of #ea4cbb

RGB 23476187
HSL0.880.790.61
HSV318°68°92°
CMYK 0.000.680.20   0.08
XYZ45.485826.249249.6829
Yxy26.24920.37460.2162
Hunter Lab51.234068.8138-21.6313
CIE-Lab58.272870.9537-25.9168

#ea4cbb color RGB value is (234,76,187).

#ea4cbb hex color red value is 234, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ea4cbb hue: 0.88 , saturation: 0.79 and the lightness value of ea4cbb is 0.61.

The process color (four color CMYK) of #ea4cbb color hex is 0.00, 0.68, 0.20, 0.08. Web safe color of #ea4cbb is #ff33cc. Color #ea4cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001100 10111011
Octal 352 114 273
Decimal 234 76 187
Hex EA 4C BB

RGB Percentages of Color #ea4cbb

%47.08
%15.29
%37.63

CMYK Percentages of Color #ea4cbb

%0
%68
%20
%8

Triadic Colors of #ea4cbb

#ea4cbb #bbea4c #4cbbea

Analogous Colors of #ea4cbb

#ea4cbb #ea4c6c #ca4cea

Monochromatic Colors of #ea4cbb

#ea4cbb

Complementary Color

#ea4cbb #4cea7b

#ea4cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4cbb Color CSS Codes

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

#ea4cbb Text Font Color

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

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


#ea4cbb Background Color

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

This div background color is #ea4cbb


#ea4cbb Border Color

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

This div border color is #ea4cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4cbb


Comments

No comments written yet.

Please login to write comment.