Color Hex Logo

#e956fb Color Hex

#E956FB
(233,86,251)
0 Favorites   0 Comments

Color spaces of #e956fb

RGB 23386251
HSL0.820.950.66
HSV293°66°98°
CMYK 0.070.660.00   0.02
XYZ54.344630.944294.3753
Yxy30.94420.30250.1722
Hunter Lab55.627577.0352-61.6497
CIE-Lab62.460576.8030-55.4139

#e956fb color RGB value is (233,86,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010110 11111011
Octal 351 126 373
Decimal 233 86 251
Hex E9 56 FB

RGB Percentages of Color #e956fb

%40.88
%15.09
%44.04

CMYK Percentages of Color #e956fb

%7
%66
%0
%2

Triadic Colors of #e956fb

#e956fb #fbe956 #56fbe9

Analogous Colors of #e956fb

#e956fb #fb56bb #9756fb

Monochromatic Colors of #e956fb

#e956fb

Complementary Color

#e956fb #68fb56

#e956fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e956fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e956fb Color CSS Codes

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

#e956fb Text Font Color

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

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


#e956fb Background Color

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

This div background color is #e956fb


#e956fb Border Color

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

This div border color is #e956fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e956fb


Comments

No comments written yet.

Please login to write comment.