Color Hex Logo

#e96cfa Color Hex

#E96CFA
(233,108,250)
0 Favorites   0 Comments

Color spaces of #e96cfa

RGB 233108250
HSL0.810.930.70
HSV293°57°98°
CMYK 0.070.570.00   0.02
XYZ56.222234.950994.2254
Yxy34.95090.30330.1885
Hunter Lab59.119366.2940-53.1140
CIE-Lab65.710467.5201-49.7096

#e96cfa color RGB value is (233,108,250).

#e96cfa hex color red value is 233, green value is 108 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e96cfa hue: 0.81 , saturation: 0.93 and the lightness value of e96cfa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101100 11111010
Octal 351 154 372
Decimal 233 108 250
Hex E9 6C FA

RGB Percentages of Color #e96cfa

%39.42
%18.27
%42.30

CMYK Percentages of Color #e96cfa

%7
%57
%0
%2

Triadic Colors of #e96cfa

#e96cfa #fae96c #6cfae9

Analogous Colors of #e96cfa

#e96cfa #fa6cc4 #a26cfa

Monochromatic Colors of #e96cfa

#e96cfa

Complementary Color

#e96cfa #7dfa6c

#e96cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96cfa Color CSS Codes

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

#e96cfa Text Font Color

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

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


#e96cfa Background Color

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

This div background color is #e96cfa


#e96cfa Border Color

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

This div border color is #e96cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96cfa


Comments

No comments written yet.

Please login to write comment.