Color Hex Logo

#eb1eeb Color Hex

#EB1EEB
(235,30,235)
0 Favorites   0 Comments

Color spaces of #eb1eeb

RGB 23530235
HSL0.830.840.52
HSV300°87°92°
CMYK 0.000.870.00   0.08
XYZ49.720624.588980.7228
Yxy24.58890.32070.1586
Hunter Lab49.587292.2026-61.8069
CIE-Lab56.672789.6299-55.7149

#eb1eeb color RGB value is (235,30,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011110 11101011
Octal 353 36 353
Decimal 235 30 235
Hex EB 1E EB

RGB Percentages of Color #eb1eeb

%47.00
%6.00
%47.00

CMYK Percentages of Color #eb1eeb

%0
%87
%0
%8

Triadic Colors of #eb1eeb

#eb1eeb #ebeb1e #1eebeb

Analogous Colors of #eb1eeb

#eb1eeb #eb1e85 #851eeb

Monochromatic Colors of #eb1eeb

#eb1eeb

Complementary Color

#eb1eeb #1eeb1e

#eb1eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1eeb Color CSS Codes

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

#eb1eeb Text Font Color

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

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


#eb1eeb Background Color

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

This div background color is #eb1eeb


#eb1eeb Border Color

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

This div border color is #eb1eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1eeb


Comments

No comments written yet.

Please login to write comment.