Color Hex Logo

#e235ba Color Hex

#E235BA
(226,53,186)
0 Favorites   0 Comments

Color spaces of #e235ba

RGB 22653186
HSL0.870.750.55
HSV314°77°89°
CMYK 0.000.770.18   0.11
XYZ41.500122.260148.5637
Yxy22.26010.36950.1982
Hunter Lab47.180674.4427-28.0016
CIE-Lab54.301976.2956-31.5982

#e235ba color RGB value is (226,53,186).

#e235ba hex color red value is 226, green value is 53 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e235ba hue: 0.87 , saturation: 0.75 and the lightness value of e235ba is 0.55.

The process color (four color CMYK) of #e235ba color hex is 0.00, 0.77, 0.18, 0.11. Web safe color of #e235ba is #cc33cc. Color #e235ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110101 10111010
Octal 342 65 272
Decimal 226 53 186
Hex E2 35 BA

RGB Percentages of Color #e235ba

%48.60
%11.40
%40.00

CMYK Percentages of Color #e235ba

%0
%77
%18
%11

Triadic Colors of #e235ba

#e235ba #bae235 #35bae2

Analogous Colors of #e235ba

#e235ba #e23563 #b435e2

Monochromatic Colors of #e235ba

#e235ba

Complementary Color

#e235ba #35e25d

#e235ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e235ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e235ba Color CSS Codes

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

#e235ba Text Font Color

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

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


#e235ba Background Color

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

This div background color is #e235ba


#e235ba Border Color

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

This div border color is #e235ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e235ba


Comments

No comments written yet.

Please login to write comment.