Color Hex Logo

#eb41ea Color Hex

#EB41EA
(235,65,234)
0 Favorites   0 Comments

Color spaces of #eb41ea

RGB 23565234
HSL0.830.810.59
HSV300°72°92°
CMYK 0.000.720.00   0.08
XYZ51.002527.383380.4393
Yxy27.38330.32110.1724
Hunter Lab52.329182.3991-54.5092
CIE-Lab59.327481.6198-50.9255

#eb41ea color RGB value is (235,65,234).

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

The process color (four color CMYK) of #eb41ea color hex is 0.00, 0.72, 0.00, 0.08. Web safe color of #eb41ea is #ff33ff. Color #eb41ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000001 11101010
Octal 353 101 352
Decimal 235 65 234
Hex EB 41 EA

RGB Percentages of Color #eb41ea

%44.01
%12.17
%43.82

CMYK Percentages of Color #eb41ea

%0
%72
%0
%8

Triadic Colors of #eb41ea

#eb41ea #eaeb41 #41eaeb

Analogous Colors of #eb41ea

#eb41ea #eb4195 #9741eb

Monochromatic Colors of #eb41ea

#eb41ea

Complementary Color

#eb41ea #41eb42

#eb41ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb41ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb41ea Color CSS Codes

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

#eb41ea Text Font Color

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

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


#eb41ea Background Color

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

This div background color is #eb41ea


#eb41ea Border Color

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

This div border color is #eb41ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb41ea


Comments

No comments written yet.

Please login to write comment.