Color Hex Logo

#ea33bb Color Hex

#EA33BB
(234,51,187)
0 Favorites   0 Comments

Color spaces of #ea33bb

RGB 23451187
HSL0.880.810.56
HSV315°78°92°
CMYK 0.000.780.20   0.08
XYZ44.085223.447949.2161
Yxy23.44790.37760.2008
Hunter Lab48.423077.7693-26.3649
CIE-Lab55.530778.7170-30.1608

#ea33bb color RGB value is (234,51,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 10111011
Octal 352 63 273
Decimal 234 51 187
Hex EA 33 BB

RGB Percentages of Color #ea33bb

%49.58
%10.81
%39.62

CMYK Percentages of Color #ea33bb

%0
%78
%20
%8

Triadic Colors of #ea33bb

#ea33bb #bbea33 #33bbea

Analogous Colors of #ea33bb

#ea33bb #ea3360 #be33ea

Monochromatic Colors of #ea33bb

#ea33bb

Complementary Color

#ea33bb #33ea62

#ea33bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea33bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea33bb Color CSS Codes

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

#ea33bb Text Font Color

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

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


#ea33bb Background Color

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

This div background color is #ea33bb


#ea33bb Border Color

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

This div border color is #ea33bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea33bb


Comments

No comments written yet.

Please login to write comment.