Color Hex Logo

#e997fd Color Hex

#E997FD
(233,151,253)
0 Favorites   0 Comments

Color spaces of #e997fd

RGB 233151253
HSL0.800.960.79
HSV288°40°99°
CMYK 0.080.400.00   0.01
XYZ62.400546.548798.6244
Yxy46.54870.30060.2243
Hunter Lab68.226643.8607-37.9475
CIE-Lab73.900247.0627-38.5103

#e997fd color RGB value is (233,151,253).

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

The process color (four color CMYK) of #e997fd color hex is 0.08, 0.40, 0.00, 0.01. Web safe color of #e997fd is #ff99ff. Color #e997fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010111 11111101
Octal 351 227 375
Decimal 233 151 253
Hex E9 97 FD

RGB Percentages of Color #e997fd

%36.58
%23.70
%39.72

CMYK Percentages of Color #e997fd

%8
%40
%0
%1

Triadic Colors of #e997fd

#e997fd #fde997 #97fde9

Analogous Colors of #e997fd

#e997fd #fd97de #b697fd

Monochromatic Colors of #e997fd

#e997fd

Complementary Color

#e997fd #abfd97

#e997fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e997fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e997fd Color CSS Codes

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

#e997fd Text Font Color

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

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


#e997fd Background Color

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

This div background color is #e997fd


#e997fd Border Color

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

This div border color is #e997fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e997fd


Comments

No comments written yet.

Please login to write comment.