Color Hex Logo

#eb1eed Color Hex

#EB1EED
(235,30,237)
0 Favorites   0 Comments

Color spaces of #eb1eed

RGB 23530237
HSL0.830.850.52
HSV299°87°93°
CMYK 0.010.870.00   0.07
XYZ50.011324.705182.2534
Yxy24.70510.31860.1574
Hunter Lab49.704292.6204-63.3235
CIE-Lab56.787089.9208-56.6547

#eb1eed color RGB value is (235,30,237).

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

The process color (four color CMYK) of #eb1eed color hex is 0.01, 0.87, 0.00, 0.07. Web safe color of #eb1eed is #ff33ff. Color #eb1eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011110 11101101
Octal 353 36 355
Decimal 235 30 237
Hex EB 1E ED

RGB Percentages of Color #eb1eed

%46.81
%5.98
%47.21

CMYK Percentages of Color #eb1eed

%1
%87
%0
%7

Triadic Colors of #eb1eed

#eb1eed #edeb1e #1eedeb

Analogous Colors of #eb1eed

#eb1eed #ed1e88 #841eed

Monochromatic Colors of #eb1eed

#eb1eed

Complementary Color

#eb1eed #20ed1e

#eb1eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1eed Color CSS Codes

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

#eb1eed Text Font Color

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

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


#eb1eed Background Color

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

This div background color is #eb1eed


#eb1eed Border Color

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

This div border color is #eb1eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1eed


Comments

No comments written yet.

Please login to write comment.