Color Hex Logo

#e7cdfc Color Hex

#E7CDFC
(231,205,252)
0 Favorites   0 Comments

Color spaces of #e7cdfc

RGB 231205252
HSL0.760.890.90
HSV273°19°99°
CMYK 0.080.190.00   0.01
XYZ72.357067.6798101.3454
Yxy67.67980.29980.2804
Hunter Lab82.267713.0277-15.4518
CIE-Lab85.846117.5537-19.6774

#e7cdfc color RGB value is (231,205,252).

#e7cdfc hex color red value is 231, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e7cdfc hue: 0.76 , saturation: 0.89 and the lightness value of e7cdfc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001101 11111100
Octal 347 315 374
Decimal 231 205 252
Hex E7 CD FC

RGB Percentages of Color #e7cdfc

%33.58
%29.80
%36.63

CMYK Percentages of Color #e7cdfc

%8
%19
%0
%1

Triadic Colors of #e7cdfc

#e7cdfc #fce7cd #cdfce7

Analogous Colors of #e7cdfc

#e7cdfc #fccdfa #d0cdfc

Monochromatic Colors of #e7cdfc

#e7cdfc

Complementary Color

#e7cdfc #e2fccd

#e7cdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cdfc Color CSS Codes

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

#e7cdfc Text Font Color

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

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


#e7cdfc Background Color

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

This div background color is #e7cdfc


#e7cdfc Border Color

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

This div border color is #e7cdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.