Color Hex Logo

#e966fe Color Hex

#E966FE
(233,102,254)
0 Favorites   0 Comments

Color spaces of #e966fe

RGB 233102254
HSL0.810.990.70
HSV292°60°100°
CMYK 0.080.600.00   0.00
XYZ56.245033.982197.3607
Yxy33.98210.29980.1812
Hunter Lab58.294270.2105-58.2180
CIE-Lab64.948470.8615-53.1144

#e966fe color RGB value is (233,102,254).

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

The process color (four color CMYK) of #e966fe color hex is 0.08, 0.60, 0.00, 0.00. Web safe color of #e966fe is #ff66ff. Color #e966fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100110 11111110
Octal 351 146 376
Decimal 233 102 254
Hex E9 66 FE

RGB Percentages of Color #e966fe

%39.56
%17.32
%43.12

CMYK Percentages of Color #e966fe

%8
%60
%0
%0

Triadic Colors of #e966fe

#e966fe #fee966 #66fee9

Analogous Colors of #e966fe

#e966fe #fe66c7 #9d66fe

Monochromatic Colors of #e966fe

#e966fe

Complementary Color

#e966fe #7bfe66

#e966fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e966fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e966fe Color CSS Codes

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

#e966fe Text Font Color

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

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


#e966fe Background Color

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

This div background color is #e966fe


#e966fe Border Color

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

This div border color is #e966fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e966fe

Related Colors


Comments

No comments written yet.

Please login to write comment.