color codes Logo

#e95efc color codes

#E95EFC
(233,94,252)
0 Favorites   0 Comments

Color spaces of #e95efc

RGB 23394252
HSL0.810.960.68
HSV293°63°99°
CMYK 0.080.630.00   0.01
XYZ55.177732.357395.4329
Yxy32.35730.30160.1768
Hunter Lab56.883573.6012-59.6519
CIE-Lab63.637173.8413-54.0950

#e95efc color RGB value is (233,94,252).

#e95efc hex color red value is 233, green value is 94 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e95efc hue: 0.81 , saturation: 0.96 and the lightness value of e95efc is 0.68.

The process color (four color CMYK) of #e95efc color code is 0.08, 0.63, 0.00, 0.01. Web safe color of #e95efc is #ff66ff. Color #e95efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011110 11111100
Octal 351 136 374
Decimal 233 94 252
Hex E9 5E FC

RGB Percentages of Color #e95efc

%40.24
%16.23
%43.52

CMYK Percentages of Color #e95efc

%8
%63
%0
%1

Triadic Colors of #e95efc

#e95efc #fce95e #5efce9

Analogous Colors of #e95efc

#e95efc #fc5ec0 #9a5efc

Monochromatic Colors of #e95efc

#e95efc

Complementary Color

#e95efc #71fc5e

#e95efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95efc Color CSS Codes

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

#e95efc Text Font Color

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

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


#e95efc Background Color

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

This div background color is #e95efc


#e95efc Border Color

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

This div border color is #e95efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95efc


Comments

No comments written yet.

Please login to write comment.