Color Hex Logo

#eb29ce Color Hex

#EB29CE
(235,41,206)
0 Favorites   0 Comments

Color spaces of #eb29ce

RGB 23541206
HSL0.860.830.54
HSV309°83°92°
CMYK 0.000.830.12   0.08
XYZ46.194523.704360.5332
Yxy23.70430.35420.1817
Hunter Lab48.687184.1592-39.6350
CIE-Lab55.790583.6741-40.6760

#eb29ce color RGB value is (235,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 11001110
Octal 353 51 316
Decimal 235 41 206
Hex EB 29 CE

RGB Percentages of Color #eb29ce

%48.76
%8.51
%42.74

CMYK Percentages of Color #eb29ce

%0
%83
%12
%8

Triadic Colors of #eb29ce

#eb29ce #ceeb29 #29ceeb

Analogous Colors of #eb29ce

#eb29ce #eb296d #a729eb

Monochromatic Colors of #eb29ce

#eb29ce

Complementary Color

#eb29ce #29eb46

#eb29ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb29ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb29ce Color CSS Codes

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

#eb29ce Text Font Color

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

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


#eb29ce Background Color

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

This div background color is #eb29ce


#eb29ce Border Color

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

This div border color is #eb29ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb29ce


Comments

No comments written yet.

Please login to write comment.