Color Hex Logo

#e297fc Color Hex

#E297FC
(226,151,252)
0 Favorites   0 Comments

Color spaces of #e297fc

RGB 226151252
HSL0.790.940.79
HSV285°40°99°
CMYK 0.100.400.00   0.01
XYZ60.001345.330297.6827
Yxy45.33020.29560.2233
Hunter Lab67.327741.2527-38.8918
CIE-Lab73.108844.8315-39.2569

#e297fc color RGB value is (226,151,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 11111100
Octal 342 227 374
Decimal 226 151 252
Hex E2 97 FC

RGB Percentages of Color #e297fc

%35.93
%24.01
%40.06

CMYK Percentages of Color #e297fc

%10
%40
%0
%1

Triadic Colors of #e297fc

#e297fc #fce297 #97fce2

Analogous Colors of #e297fc

#e297fc #fc97e4 #b097fc

Monochromatic Colors of #e297fc

#e297fc

Complementary Color

#e297fc #b1fc97

#e297fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e297fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e297fc Color CSS Codes

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

#e297fc Text Font Color

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

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


#e297fc Background Color

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

This div background color is #e297fc


#e297fc Border Color

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

This div border color is #e297fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e297fc

Related Colors


Comments

No comments written yet.

Please login to write comment.