Color Hex Logo

#e297fd Color Hex

#E297FD
(226,151,253)
0 Favorites   0 Comments

Color spaces of #e297fd

RGB 226151253
HSL0.790.960.79
HSV284°40°99°
CMYK 0.110.400.00   0.01
XYZ60.160345.393898.5196
Yxy45.39380.29480.2224
Hunter Lab67.374941.4798-39.5349
CIE-Lab73.150445.0305-39.7344

#e297fd color RGB value is (226,151,253).

#e297fd hex color red value is 226, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e297fd hue: 0.79 , saturation: 0.96 and the lightness value of e297fd is 0.79.

The process color (four color CMYK) of #e297fd color hex is 0.11, 0.40, 0.00, 0.01. Web safe color of #e297fd is #cc99ff. Color #e297fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 11111101
Octal 342 227 375
Decimal 226 151 253
Hex E2 97 FD

RGB Percentages of Color #e297fd

%35.87
%23.97
%40.16

CMYK Percentages of Color #e297fd

%11
%40
%0
%1

Triadic Colors of #e297fd

#e297fd #fde297 #97fde2

Analogous Colors of #e297fd

#e297fd #fd97e5 #af97fd

Monochromatic Colors of #e297fd

#e297fd

Complementary Color

#e297fd #b2fd97

#e297fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e297fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e297fd Color CSS Codes

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

#e297fd Text Font Color

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

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


#e297fd Background Color

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

This div background color is #e297fd


#e297fd Border Color

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

This div border color is #e297fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,151,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e297fd


Comments

No comments written yet.

Please login to write comment.