Color Hex Logo

#ea27ba Color Hex

#EA27BA
(234,39,186)
0 Favorites   0 Comments

Color spaces of #ea27ba

RGB 23439186
HSL0.870.820.54
HSV315°83°92°
CMYK 0.000.830.21   0.08
XYZ43.520122.488648.5013
Yxy22.48860.38010.1964
Hunter Lab47.422180.8237-27.4437
CIE-Lab54.541681.3195-31.1194

#ea27ba color RGB value is (234,39,186).

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

The process color (four color CMYK) of #ea27ba color hex is 0.00, 0.83, 0.21, 0.08. Web safe color of #ea27ba is #ff33cc. Color #ea27ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100111 10111010
Octal 352 47 272
Decimal 234 39 186
Hex EA 27 BA

RGB Percentages of Color #ea27ba

%50.98
%8.50
%40.52

CMYK Percentages of Color #ea27ba

%0
%83
%21
%8

Triadic Colors of #ea27ba

#ea27ba #baea27 #27baea

Analogous Colors of #ea27ba

#ea27ba #ea2759 #b927ea

Monochromatic Colors of #ea27ba

#ea27ba

Complementary Color

#ea27ba #27ea57

#ea27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea27ba Color CSS Codes

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

#ea27ba Text Font Color

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

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


#ea27ba Background Color

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

This div background color is #ea27ba


#ea27ba Border Color

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

This div border color is #ea27ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea27ba


Comments

No comments written yet.

Please login to write comment.