Color Hex Logo

#e958fb Color Hex

#E958FB
(233,88,251)
0 Favorites   0 Comments

Color spaces of #e958fb

RGB 23388251
HSL0.810.950.66
HSV293°65°98°
CMYK 0.070.650.00   0.02
XYZ54.506631.268194.4293
Yxy31.26810.30250.1735
Hunter Lab55.917976.1386-60.9813
CIE-Lab62.733376.0391-54.9799

#e958fb color RGB value is (233,88,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011000 11111011
Octal 351 130 373
Decimal 233 88 251
Hex E9 58 FB

RGB Percentages of Color #e958fb

%40.73
%15.38
%43.88

CMYK Percentages of Color #e958fb

%7
%65
%0
%2

Triadic Colors of #e958fb

#e958fb #fbe958 #58fbe9

Analogous Colors of #e958fb

#e958fb #fb58bc #9858fb

Monochromatic Colors of #e958fb

#e958fb

Complementary Color

#e958fb #6afb58

#e958fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e958fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e958fb Color CSS Codes

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

#e958fb Text Font Color

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

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


#e958fb Background Color

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

This div background color is #e958fb


#e958fb Border Color

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

This div border color is #e958fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e958fb

Related Colors


Comments

No comments written yet.

Please login to write comment.