color codes Logo

#e7adef color codes

#E7ADEF
(231,173,239)
0 Favorites   0 Comments

Color spaces of #e7adef

RGB 231173239
HSL0.810.670.81
HSV293°28°94°
CMYK 0.030.280.00   0.06
XYZ63.478653.108188.5666
Yxy53.10810.30940.2589
Hunter Lab72.875327.9520-21.0434
CIE-Lab77.938832.1433-24.7318

#e7adef color RGB value is (231,173,239).

#e7adef hex color red value is 231, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e7adef hue: 0.81 , saturation: 0.67 and the lightness value of e7adef is 0.81.

The process color (four color CMYK) of #e7adef color code is 0.03, 0.28, 0.00, 0.06. Web safe color of #e7adef is #ff99ff. Color #e7adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101101 11101111
Octal 347 255 357
Decimal 231 173 239
Hex E7 AD EF

RGB Percentages of Color #e7adef

%35.93
%26.91
%37.17

CMYK Percentages of Color #e7adef

%3
%28
%0
%6

Triadic Colors of #e7adef

#e7adef #efe7ad #adefe7

Analogous Colors of #e7adef

#e7adef #efadd6 #c6adef

Monochromatic Colors of #e7adef

#e7adef

Complementary Color

#e7adef #b5efad

#e7adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7adef Color CSS Codes

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

#e7adef Text Font Color

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

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


#e7adef Background Color

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

This div background color is #e7adef


#e7adef Border Color

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

This div border color is #e7adef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,173,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7adef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7adef;
  -webkit-box-shadow: 1px 1px 3px 2px #e7adef;
  box-shadow:         1px 1px 3px 2px #e7adef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,173,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7adef


Comments

No comments written yet.

Please login to write comment.