Color Hex Logo

#e4c7fb Color Hex

#E4C7FB
(228,199,251)
0 Favorites   0 Comments

Color spaces of #e4c7fb

RGB 228199251
HSL0.760.870.88
HSV273°21°98°
CMYK 0.090.210.00   0.02
XYZ69.830964.305999.9986
Yxy64.30590.29830.2747
Hunter Lab80.191015.1050-17.8013
CIE-Lab84.124819.5972-21.7763

#e4c7fb color RGB value is (228,199,251).

#e4c7fb hex color red value is 228, green value is 199 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e4c7fb hue: 0.76 , saturation: 0.87 and the lightness value of e4c7fb is 0.88.

The process color (four color CMYK) of #e4c7fb color hex is 0.09, 0.21, 0.00, 0.02. Web safe color of #e4c7fb is #ccccff. Color #e4c7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11000111 11111011
Octal 344 307 373
Decimal 228 199 251
Hex E4 C7 FB

RGB Percentages of Color #e4c7fb

%33.63
%29.35
%37.02

CMYK Percentages of Color #e4c7fb

%9
%21
%0
%2

Triadic Colors of #e4c7fb

#e4c7fb #fbe4c7 #c7fbe4

Analogous Colors of #e4c7fb

#e4c7fb #fbc7f8 #cac7fb

Monochromatic Colors of #e4c7fb

#e4c7fb

Complementary Color

#e4c7fb #defbc7

#e4c7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4c7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4c7fb Color CSS Codes

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

#e4c7fb Text Font Color

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

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


#e4c7fb Background Color

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

This div background color is #e4c7fb


#e4c7fb Border Color

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

This div border color is #e4c7fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,199,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4c7fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4c7fb;
  -webkit-box-shadow: 1px 1px 3px 2px #e4c7fb;
  box-shadow:         1px 1px 3px 2px #e4c7fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,199,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4c7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.