Color Hex Logo

#eb44ba Color Hex

#EB44BA
(235,68,186)
0 Favorites   0 Comments

Color spaces of #eb44ba

RGB 23568186
HSL0.880.810.59
HSV318°71°92°
CMYK 0.000.710.21   0.08
XYZ45.191025.341648.9640
Yxy25.34160.37820.2121
Hunter Lab50.340472.1450-22.4305
CIE-Lab57.406873.8400-26.6637

#eb44ba color RGB value is (235,68,186).

#eb44ba hex color red value is 235, green value is 68 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb44ba hue: 0.88 , saturation: 0.81 and the lightness value of eb44ba is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000100 10111010
Octal 353 104 272
Decimal 235 68 186
Hex EB 44 BA

RGB Percentages of Color #eb44ba

%48.06
%13.91
%38.04

CMYK Percentages of Color #eb44ba

%0
%71
%21
%8

Triadic Colors of #eb44ba

#eb44ba #baeb44 #44baeb

Analogous Colors of #eb44ba

#eb44ba #eb4467 #c944eb

Monochromatic Colors of #eb44ba

#eb44ba

Complementary Color

#eb44ba #44eb75

#eb44ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb44ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb44ba Color CSS Codes

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

#eb44ba Text Font Color

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

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


#eb44ba Background Color

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

This div background color is #eb44ba


#eb44ba Border Color

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

This div border color is #eb44ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb44ba


Comments

No comments written yet.

Please login to write comment.