Color Hex Logo

#e94cbf Color Hex

#E94CBF
(233,76,191)
0 Favorites   0 Comments

Color spaces of #e94cbf

RGB 23376191
HSL0.880.780.61
HSV316°67°91°
CMYK 0.000.670.18   0.09
XYZ45.592726.254151.9548
Yxy26.25410.36830.2121
Hunter Lab51.238869.1631-24.2514
CIE-Lab58.277571.2399-28.2209

#e94cbf color RGB value is (233,76,191).

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

The process color (four color CMYK) of #e94cbf color hex is 0.00, 0.67, 0.18, 0.09. Web safe color of #e94cbf is #ff33cc. Color #e94cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001100 10111111
Octal 351 114 277
Decimal 233 76 191
Hex E9 4C BF

RGB Percentages of Color #e94cbf

%46.60
%15.20
%38.20

CMYK Percentages of Color #e94cbf

%0
%67
%18
%9

Triadic Colors of #e94cbf

#e94cbf #bfe94c #4cbfe9

Analogous Colors of #e94cbf

#e94cbf #e94c71 #c54ce9

Monochromatic Colors of #e94cbf

#e94cbf

Complementary Color

#e94cbf #4ce976

#e94cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94cbf Color CSS Codes

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

#e94cbf Text Font Color

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

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


#e94cbf Background Color

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

This div background color is #e94cbf


#e94cbf Border Color

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

This div border color is #e94cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,76,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94cbf


Comments

No comments written yet.

Please login to write comment.