Color Hex Logo

#eb32ce Color Hex

#EB32CE
(235,50,206)
0 Favorites   0 Comments

Color spaces of #eb32ce

RGB 23550206
HSL0.860.820.56
HSV309°79°92°
CMYK 0.000.790.12   0.08
XYZ46.542124.399660.6491
Yxy24.39960.35370.1854
Hunter Lab49.396081.7442-38.2200
CIE-Lab56.485781.6612-39.5823

#eb32ce color RGB value is (235,50,206).

#eb32ce hex color red value is 235, green value is 50 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eb32ce hue: 0.86 , saturation: 0.82 and the lightness value of eb32ce is 0.56.

The process color (four color CMYK) of #eb32ce color hex is 0.00, 0.79, 0.12, 0.08. Web safe color of #eb32ce is #ff33cc. Color #eb32ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110010 11001110
Octal 353 62 316
Decimal 235 50 206
Hex EB 32 CE

RGB Percentages of Color #eb32ce

%47.86
%10.18
%41.96

CMYK Percentages of Color #eb32ce

%0
%79
%12
%8

Triadic Colors of #eb32ce

#eb32ce #ceeb32 #32ceeb

Analogous Colors of #eb32ce

#eb32ce #eb3272 #ac32eb

Monochromatic Colors of #eb32ce

#eb32ce

Complementary Color

#eb32ce #32eb4f

#eb32ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb32ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb32ce Color CSS Codes

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

#eb32ce Text Font Color

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

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


#eb32ce Background Color

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

This div background color is #eb32ce


#eb32ce Border Color

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

This div border color is #eb32ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb32ce


Comments

No comments written yet.

Please login to write comment.