Color Hex Logo

#eb22dc Color Hex

#EB22DC
(235,34,220)
0 Favorites   0 Comments

Color spaces of #eb22dc

RGB 23534220
HSL0.850.830.53
HSV304°86°92°
CMYK 0.000.860.06   0.08
XYZ47.751223.973569.8207
Yxy23.97350.33740.1694
Hunter Lab48.962788.3984-50.2734
CIE-Lab56.061386.8742-48.2229

#eb22dc color RGB value is (235,34,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100010 11011100
Octal 353 42 334
Decimal 235 34 220
Hex EB 22 DC

RGB Percentages of Color #eb22dc

%48.06
%6.95
%44.99

CMYK Percentages of Color #eb22dc

%0
%86
%6
%8

Triadic Colors of #eb22dc

#eb22dc #dceb22 #22dceb

Analogous Colors of #eb22dc

#eb22dc #eb2278 #9622eb

Monochromatic Colors of #eb22dc

#eb22dc

Complementary Color

#eb22dc #22eb31

#eb22dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb22dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb22dc Color CSS Codes

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

#eb22dc Text Font Color

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

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


#eb22dc Background Color

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

This div background color is #eb22dc


#eb22dc Border Color

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

This div border color is #eb22dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb22dc


Comments

No comments written yet.

Please login to write comment.