Color Hex Logo

#eb4eed Color Hex

#EB4EED
(235,78,237)
0 Favorites   0 Comments

Color spaces of #eb4eed

RGB 23578237
HSL0.830.820.62
HSV299°67°93°
CMYK 0.010.670.00   0.07
XYZ52.271429.225483.0068
Yxy29.22540.31780.1777
Hunter Lab54.060577.9867-53.1940
CIE-Lab60.980077.8385-49.9797

#eb4eed color RGB value is (235,78,237).

#eb4eed hex color red value is 235, green value is 78 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eb4eed hue: 0.83 , saturation: 0.82 and the lightness value of eb4eed is 0.62.

The process color (four color CMYK) of #eb4eed color hex is 0.01, 0.67, 0.00, 0.07. Web safe color of #eb4eed is #ff66ff. Color #eb4eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001110 11101101
Octal 353 116 355
Decimal 235 78 237
Hex EB 4E ED

RGB Percentages of Color #eb4eed

%42.73
%14.18
%43.09

CMYK Percentages of Color #eb4eed

%1
%67
%0
%7

Triadic Colors of #eb4eed

#eb4eed #edeb4e #4eedeb

Analogous Colors of #eb4eed

#eb4eed #ed4ea0 #9c4eed

Monochromatic Colors of #eb4eed

#eb4eed

Complementary Color

#eb4eed #50ed4e

#eb4eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4eed Color CSS Codes

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

#eb4eed Text Font Color

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

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


#eb4eed Background Color

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

This div background color is #eb4eed


#eb4eed Border Color

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

This div border color is #eb4eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4eed


Comments

No comments written yet.

Please login to write comment.