Color Hex Logo

#e95cfb Color Hex

#E95CFB
(233,92,251)
0 Favorites   0 Comments

Color spaces of #e95cfb

RGB 23392251
HSL0.810.950.67
HSV293°63°98°
CMYK 0.070.630.00   0.02
XYZ54.844031.943094.5418
Yxy31.94300.30250.1762
Hunter Lab56.518174.3059-59.6158
CIE-Lab63.295774.4701-54.0859

#e95cfb color RGB value is (233,92,251).

#e95cfb hex color red value is 233, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e95cfb hue: 0.81 , saturation: 0.95 and the lightness value of e95cfb is 0.67.

The process color (four color CMYK) of #e95cfb color hex is 0.07, 0.63, 0.00, 0.02. Web safe color of #e95cfb is #ff66ff. Color #e95cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011100 11111011
Octal 351 134 373
Decimal 233 92 251
Hex E9 5C FB

RGB Percentages of Color #e95cfb

%40.45
%15.97
%43.58

CMYK Percentages of Color #e95cfb

%7
%63
%0
%2

Triadic Colors of #e95cfb

#e95cfb #fbe95c #5cfbe9

Analogous Colors of #e95cfb

#e95cfb #fb5cbe #9a5cfb

Monochromatic Colors of #e95cfb

#e95cfb

Complementary Color

#e95cfb #6efb5c

#e95cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95cfb Color CSS Codes

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

#e95cfb Text Font Color

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

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


#e95cfb Background Color

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

This div background color is #e95cfb


#e95cfb Border Color

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

This div border color is #e95cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95cfb


Comments

No comments written yet.

Please login to write comment.