Color Hex Logo

#e3cbfd Color Hex

#E3CBFD
(227,203,253)
0 Favorites   0 Comments

Color spaces of #e3cbfd

RGB 227203253
HSL0.750.930.89
HSV269°20°99°
CMYK 0.100.200.00   0.01
XYZ70.764166.1346101.9641
Yxy66.13460.29630.2769
Hunter Lab81.323213.0078-17.4124
CIE-Lab85.065017.5453-21.4206

#e3cbfd color RGB value is (227,203,253).

#e3cbfd hex color red value is 227, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e3cbfd hue: 0.75 , saturation: 0.93 and the lightness value of e3cbfd is 0.89.

The process color (four color CMYK) of #e3cbfd color hex is 0.10, 0.20, 0.00, 0.01. Web safe color of #e3cbfd is #ccccff. Color #e3cbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001011 11111101
Octal 343 313 375
Decimal 227 203 253
Hex E3 CB FD

RGB Percentages of Color #e3cbfd

%33.24
%29.72
%37.04

CMYK Percentages of Color #e3cbfd

%10
%20
%0
%1

Triadic Colors of #e3cbfd

#e3cbfd #fde3cb #cbfde3

Analogous Colors of #e3cbfd

#e3cbfd #fccbfd #cbccfd

Monochromatic Colors of #e3cbfd

#e3cbfd

Complementary Color

#e3cbfd #e5fdcb

#e3cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cbfd Color CSS Codes

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

#e3cbfd Text Font Color

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

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


#e3cbfd Background Color

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

This div background color is #e3cbfd


#e3cbfd Border Color

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

This div border color is #e3cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.