Color Hex Logo

#e296fa Color Hex

#E296FA
(226,150,250)
0 Favorites   0 Comments

Color spaces of #e296fa

RGB 226150250
HSL0.790.910.78
HSV286°40°98°
CMYK 0.100.400.00   0.02
XYZ59.525744.883695.9685
Yxy44.88360.29710.2240
Hunter Lab66.995241.3568-38.0344
CIE-Lab72.815244.9608-38.6281

#e296fa color RGB value is (226,150,250).

#e296fa hex color red value is 226, green value is 150 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e296fa hue: 0.79 , saturation: 0.91 and the lightness value of e296fa is 0.78.

The process color (four color CMYK) of #e296fa color hex is 0.10, 0.40, 0.00, 0.02. Web safe color of #e296fa is #cc99ff. Color #e296fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010110 11111010
Octal 342 226 372
Decimal 226 150 250
Hex E2 96 FA

RGB Percentages of Color #e296fa

%36.10
%23.96
%39.94

CMYK Percentages of Color #e296fa

%10
%40
%0
%2

Triadic Colors of #e296fa

#e296fa #fae296 #96fae2

Analogous Colors of #e296fa

#e296fa #fa96e0 #b096fa

Monochromatic Colors of #e296fa

#e296fa

Complementary Color

#e296fa #aefa96

#e296fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e296fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e296fa Color CSS Codes

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

#e296fa Text Font Color

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

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


#e296fa Background Color

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

This div background color is #e296fa


#e296fa Border Color

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

This div border color is #e296fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e296fa


Comments

No comments written yet.

Please login to write comment.