Color Hex Logo

#e959fb Color Hex

#E959FB
(233,89,251)
0 Favorites   0 Comments

Color spaces of #e959fb

RGB 23389251
HSL0.810.950.67
HSV293°65°98°
CMYK 0.070.650.00   0.02
XYZ54.589231.433494.4569
Yxy31.43340.30250.1742
Hunter Lab56.065575.6852-60.6436
CIE-Lab62.871875.6518-54.7597

#e959fb color RGB value is (233,89,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 11111011
Octal 351 131 373
Decimal 233 89 251
Hex E9 59 FB

RGB Percentages of Color #e959fb

%40.66
%15.53
%43.80

CMYK Percentages of Color #e959fb

%7
%65
%0
%2

Triadic Colors of #e959fb

#e959fb #fbe959 #59fbe9

Analogous Colors of #e959fb

#e959fb #fb59bc #9859fb

Monochromatic Colors of #e959fb

#e959fb

Complementary Color

#e959fb #6bfb59

#e959fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e959fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e959fb Color CSS Codes

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

#e959fb Text Font Color

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

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


#e959fb Background Color

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

This div background color is #e959fb


#e959fb Border Color

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

This div border color is #e959fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e959fb


Comments

No comments written yet.

Please login to write comment.