Color Hex Logo

#ea1bed Color Hex

#EA1BED
(234,27,237)
0 Favorites   0 Comments

Color spaces of #ea1bed

RGB 23427237
HSL0.830.850.52
HSV299°89°93°
CMYK 0.010.890.00   0.07
XYZ49.609724.390782.2139
Yxy24.39070.31760.1561
Hunter Lab49.386992.8780-64.1286
CIE-Lab56.476990.1740-57.1602

#ea1bed color RGB value is (234,27,237).

#ea1bed hex color red value is 234, green value is 27 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ea1bed hue: 0.83 , saturation: 0.85 and the lightness value of ea1bed is 0.52.

The process color (four color CMYK) of #ea1bed color hex is 0.01, 0.89, 0.00, 0.07. Web safe color of #ea1bed is #ff33ff. Color #ea1bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011011 11101101
Octal 352 33 355
Decimal 234 27 237
Hex EA 1B ED

RGB Percentages of Color #ea1bed

%46.99
%5.42
%47.59

CMYK Percentages of Color #ea1bed

%1
%89
%0
%7

Triadic Colors of #ea1bed

#ea1bed #edea1b #1bedea

Analogous Colors of #ea1bed

#ea1bed #ed1b87 #811bed

Monochromatic Colors of #ea1bed

#ea1bed

Complementary Color

#ea1bed #1eed1b

#ea1bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea1bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea1bed Color CSS Codes

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

#ea1bed Text Font Color

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

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


#ea1bed Background Color

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

This div background color is #ea1bed


#ea1bed Border Color

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

This div border color is #ea1bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea1bed


Comments

No comments written yet.

Please login to write comment.