Color Hex Logo

#ea2bbe Color Hex

#EA2BBE
(234,43,190)
0 Favorites   0 Comments

Color spaces of #ea2bbe

RGB 23443190
HSL0.870.820.54
HSV314°82°92°
CMYK 0.000.820.19   0.08
XYZ44.089822.937950.8189
Yxy22.93790.37410.1946
Hunter Lab47.893580.5098-29.3860
CIE-Lab55.008380.9822-32.7099

#ea2bbe color RGB value is (234,43,190).

#ea2bbe hex color red value is 234, green value is 43 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ea2bbe hue: 0.87 , saturation: 0.82 and the lightness value of ea2bbe is 0.54.

The process color (four color CMYK) of #ea2bbe color hex is 0.00, 0.82, 0.19, 0.08. Web safe color of #ea2bbe is #ff33cc. Color #ea2bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101011 10111110
Octal 352 53 276
Decimal 234 43 190
Hex EA 2B BE

RGB Percentages of Color #ea2bbe

%50.11
%9.21
%40.69

CMYK Percentages of Color #ea2bbe

%0
%82
%19
%8

Triadic Colors of #ea2bbe

#ea2bbe #beea2b #2bbeea

Analogous Colors of #ea2bbe

#ea2bbe #ea2b5e #b72bea

Monochromatic Colors of #ea2bbe

#ea2bbe

Complementary Color

#ea2bbe #2bea57

#ea2bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2bbe Color CSS Codes

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

#ea2bbe Text Font Color

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

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


#ea2bbe Background Color

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

This div background color is #ea2bbe


#ea2bbe Border Color

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

This div border color is #ea2bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2bbe


Comments

No comments written yet.

Please login to write comment.