Color Hex Logo

#eb3dde Color Hex

#EB3DDE
(235,61,222)
0 Favorites   0 Comments

Color spaces of #eb3dde

RGB 23561222
HSL0.850.810.58
HSV304°74°92°
CMYK 0.000.740.06   0.08
XYZ49.114526.273671.5899
Yxy26.27360.33420.1788
Hunter Lab51.257881.3351-46.9278
CIE-Lab58.295880.9896-45.8148

#eb3dde color RGB value is (235,61,222).

#eb3dde hex color red value is 235, green value is 61 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eb3dde hue: 0.85 , saturation: 0.81 and the lightness value of eb3dde is 0.58.

The process color (four color CMYK) of #eb3dde color hex is 0.00, 0.74, 0.06, 0.08. Web safe color of #eb3dde is #ff33cc. Color #eb3dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111101 11011110
Octal 353 75 336
Decimal 235 61 222
Hex EB 3D DE

RGB Percentages of Color #eb3dde

%45.37
%11.78
%42.86

CMYK Percentages of Color #eb3dde

%0
%74
%6
%8

Triadic Colors of #eb3dde

#eb3dde #deeb3d #3ddeeb

Analogous Colors of #eb3dde

#eb3dde #eb3d87 #a13deb

Monochromatic Colors of #eb3dde

#eb3dde

Complementary Color

#eb3dde #3deb4a

#eb3dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3dde Color CSS Codes

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

#eb3dde Text Font Color

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

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


#eb3dde Background Color

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

This div background color is #eb3dde


#eb3dde Border Color

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

This div border color is #eb3dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3dde


Comments

No comments written yet.

Please login to write comment.