Color Hex Logo

#e93fbf Color Hex

#E93FBF
(233,63,191)
0 Favorites   0 Comments

Color spaces of #e93fbf

RGB 23363191
HSL0.870.790.58
HSV315°73°91°
CMYK 0.000.730.18   0.09
XYZ44.785724.640251.6858
Yxy24.64020.36980.2035
Hunter Lab49.638974.1800-26.9876
CIE-Lab56.723275.6164-30.6305

#e93fbf color RGB value is (233,63,191).

#e93fbf hex color red value is 233, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e93fbf hue: 0.87 , saturation: 0.79 and the lightness value of e93fbf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111111 10111111
Octal 351 77 277
Decimal 233 63 191
Hex E9 3F BF

RGB Percentages of Color #e93fbf

%47.84
%12.94
%39.22

CMYK Percentages of Color #e93fbf

%0
%73
%18
%9

Triadic Colors of #e93fbf

#e93fbf #bfe93f #3fbfe9

Analogous Colors of #e93fbf

#e93fbf #e93f6a #be3fe9

Monochromatic Colors of #e93fbf

#e93fbf

Complementary Color

#e93fbf #3fe969

#e93fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93fbf Color CSS Codes

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

#e93fbf Text Font Color

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

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


#e93fbf Background Color

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

This div background color is #e93fbf


#e93fbf Border Color

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

This div border color is #e93fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93fbf


Comments

No comments written yet.

Please login to write comment.