Color Hex Logo

#e6cdff Color Hex

#E6CDFF
(230,205,255)
1 Favorites   0 Comments

Color spaces of #e6cdff

RGB 230205255
HSL0.751.000.90
HSV270°20°100°
CMYK 0.100.200.00   0.00
XYZ72.514467.7056103.8543
Yxy67.70560.29710.2774
Hunter Lab82.283413.3118-17.2347
CIE-Lab85.859017.8288-21.2534

#e6cdff color RGB value is (230,205,255).

#e6cdff hex color red value is 230, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e6cdff hue: 0.75 , saturation: 1.00 and the lightness value of e6cdff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001101 11111111
Octal 346 315 377
Decimal 230 205 255
Hex E6 CD FF

RGB Percentages of Color #e6cdff

%33.33
%29.71
%36.96

CMYK Percentages of Color #e6cdff

%10
%20
%0
%0

Triadic Colors of #e6cdff

#e6cdff #ffe6cd #cdffe6

Analogous Colors of #e6cdff

#e6cdff #ffcdff #cdcdff

Monochromatic Colors of #e6cdff

#e6cdff

Complementary Color

#e6cdff #e6ffcd

#e6cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cdff Color CSS Codes

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

#e6cdff Text Font Color

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

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


#e6cdff Background Color

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

This div background color is #e6cdff


#e6cdff Border Color

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

This div border color is #e6cdff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,205,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cdff


Comments

No comments written yet.

Please login to write comment.