Color Hex Logo

#e94ceb Color Hex

#E94CEB
(233,76,235)
0 Favorites   0 Comments

Color spaces of #e94ceb

RGB 23376235
HSL0.830.800.61
HSV299°68°92°
CMYK 0.010.680.00   0.08
XYZ51.184128.490781.3988
Yxy28.49070.31780.1769
Hunter Lab53.376777.7585-53.0529
CIE-Lab60.329577.7823-49.9139

#e94ceb color RGB value is (233,76,235).

#e94ceb hex color red value is 233, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e94ceb hue: 0.83 , saturation: 0.80 and the lightness value of e94ceb is 0.61.

The process color (four color CMYK) of #e94ceb color hex is 0.01, 0.68, 0.00, 0.08. Web safe color of #e94ceb is #ff33ff. Color #e94ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001100 11101011
Octal 351 114 353
Decimal 233 76 235
Hex E9 4C EB

RGB Percentages of Color #e94ceb

%42.83
%13.97
%43.20

CMYK Percentages of Color #e94ceb

%1
%68
%0
%8

Triadic Colors of #e94ceb

#e94ceb #ebe94c #4cebe9

Analogous Colors of #e94ceb

#e94ceb #eb4c9e #9a4ceb

Monochromatic Colors of #e94ceb

#e94ceb

Complementary Color

#e94ceb #4eeb4c

#e94ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94ceb Color CSS Codes

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

#e94ceb Text Font Color

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

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


#e94ceb Background Color

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

This div background color is #e94ceb


#e94ceb Border Color

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

This div border color is #e94ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94ceb


Comments

No comments written yet.

Please login to write comment.