Color Hex Logo

#e9c2fd Color Hex

#E9C2FD
(233,194,253)
0 Favorites   0 Comments

Color spaces of #e9c2fd

RGB 233194253
HSL0.780.940.88
HSV280°23°99°
CMYK 0.080.230.00   0.01
XYZ70.625762.9991101.3662
Yxy62.99910.30050.2681
Hunter Lab79.372019.9295-20.1591
CIE-Lab83.441924.2459-23.8359

#e9c2fd color RGB value is (233,194,253).

#e9c2fd hex color red value is 233, green value is 194 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e9c2fd hue: 0.78 , saturation: 0.94 and the lightness value of e9c2fd is 0.88.

The process color (four color CMYK) of #e9c2fd color hex is 0.08, 0.23, 0.00, 0.01. Web safe color of #e9c2fd is #ffccff. Color #e9c2fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11000010 11111101
Octal 351 302 375
Decimal 233 194 253
Hex E9 C2 FD

RGB Percentages of Color #e9c2fd

%34.26
%28.53
%37.21

CMYK Percentages of Color #e9c2fd

%8
%23
%0
%1

Triadic Colors of #e9c2fd

#e9c2fd #fde9c2 #c2fde9

Analogous Colors of #e9c2fd

#e9c2fd #fdc2f4 #ccc2fd

Monochromatic Colors of #e9c2fd

#e9c2fd

Complementary Color

#e9c2fd #d6fdc2

#e9c2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9c2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9c2fd Color CSS Codes

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

#e9c2fd Text Font Color

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

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


#e9c2fd Background Color

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

This div background color is #e9c2fd


#e9c2fd Border Color

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

This div border color is #e9c2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9c2fd

Related Colors


Comments

No comments written yet.

Please login to write comment.