Color Hex Logo

#e3caeb Color Hex

#E3CAEB
(227,202,235)
0 Favorites   0 Comments

Color spaces of #e3caeb

RGB 227202235
HSL0.790.450.86
HSV285°14°92°
CMYK 0.030.140.00   0.08
XYZ67.794564.570187.4874
Yxy64.57010.30840.2937
Hunter Lab80.35559.9751-8.3034
CIE-Lab84.261714.5780-13.0688

#e3caeb color RGB value is (227,202,235).

#e3caeb hex color red value is 227, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e3caeb hue: 0.79 , saturation: 0.45 and the lightness value of e3caeb is 0.86.

The process color (four color CMYK) of #e3caeb color hex is 0.03, 0.14, 0.00, 0.08. Web safe color of #e3caeb is #ccccff. Color #e3caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001010 11101011
Octal 343 312 353
Decimal 227 202 235
Hex E3 CA EB

RGB Percentages of Color #e3caeb

%34.19
%30.42
%35.39

CMYK Percentages of Color #e3caeb

%3
%14
%0
%8

Triadic Colors of #e3caeb

#e3caeb #ebe3ca #caebe3

Analogous Colors of #e3caeb

#e3caeb #ebcae3 #d3caeb

Monochromatic Colors of #e3caeb

#e3caeb

Complementary Color

#e3caeb #d2ebca

#e3caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3caeb Color CSS Codes

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

#e3caeb Text Font Color

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

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


#e3caeb Background Color

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

This div background color is #e3caeb


#e3caeb Border Color

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

This div border color is #e3caeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,202,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3caeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3caeb;
  -webkit-box-shadow: 1px 1px 3px 2px #e3caeb;
  box-shadow:         1px 1px 3px 2px #e3caeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,202,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3caeb


Comments

No comments written yet.

Please login to write comment.