Color Hex Logo

#ea34bb Color Hex

#EA34BB
(234,52,187)
0 Favorites   0 Comments

Color spaces of #ea34bb

RGB 23452187
HSL0.880.810.56
HSV315°78°92°
CMYK 0.000.780.20   0.08
XYZ44.129323.536349.2308
Yxy23.53630.37750.2013
Hunter Lab48.514277.4665-26.2058
CIE-Lab55.620578.4590-30.0213

#ea34bb color RGB value is (234,52,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110100 10111011
Octal 352 64 273
Decimal 234 52 187
Hex EA 34 BB

RGB Percentages of Color #ea34bb

%49.47
%10.99
%39.53

CMYK Percentages of Color #ea34bb

%0
%78
%20
%8

Triadic Colors of #ea34bb

#ea34bb #bbea34 #34bbea

Analogous Colors of #ea34bb

#ea34bb #ea3460 #be34ea

Monochromatic Colors of #ea34bb

#ea34bb

Complementary Color

#ea34bb #34ea63

#ea34bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea34bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea34bb Color CSS Codes

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

#ea34bb Text Font Color

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

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


#ea34bb Background Color

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

This div background color is #ea34bb


#ea34bb Border Color

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

This div border color is #ea34bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea34bb


Comments

No comments written yet.

Please login to write comment.