Color Hex Logo

#ea41bb Color Hex

#EA41BB
(234,65,187)
0 Favorites   0 Comments

Color spaces of #ea41bb

RGB 23465187
HSL0.880.800.59
HSV317°72°92°
CMYK 0.000.720.20   0.08
XYZ44.791624.860949.4516
Yxy24.86090.37610.2087
Hunter Lab49.860773.0965-23.9010
CIE-Lab56.939674.7004-27.9761

#ea41bb color RGB value is (234,65,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000001 10111011
Octal 352 101 273
Decimal 234 65 187
Hex EA 41 BB

RGB Percentages of Color #ea41bb

%48.15
%13.37
%38.48

CMYK Percentages of Color #ea41bb

%0
%72
%20
%8

Triadic Colors of #ea41bb

#ea41bb #bbea41 #41bbea

Analogous Colors of #ea41bb

#ea41bb #ea4167 #c541ea

Monochromatic Colors of #ea41bb

#ea41bb

Complementary Color

#ea41bb #41ea70

#ea41bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea41bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea41bb Color CSS Codes

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

#ea41bb Text Font Color

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

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


#ea41bb Background Color

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

This div background color is #ea41bb


#ea41bb Border Color

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

This div border color is #ea41bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,65,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 #ea41bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea41bb


Comments

No comments written yet.

Please login to write comment.