Color Hex Logo

#ecaffd Color Hex

#ECAFFD
(236,175,253)
0 Favorites   0 Comments

Color spaces of #ecaffd

RGB 236175253
HSL0.800.950.84
HSV287°31°99°
CMYK 0.070.310.00   0.01
XYZ67.651755.5847100.0918
Yxy55.58470.30290.2489
Hunter Lab74.555131.5003-27.4094
CIE-Lab79.376935.3194-30.0227

#ecaffd color RGB value is (236,175,253).

#ecaffd hex color red value is 236, green value is 175 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ecaffd hue: 0.80 , saturation: 0.95 and the lightness value of ecaffd is 0.84.

The process color (four color CMYK) of #ecaffd color hex is 0.07, 0.31, 0.00, 0.01. Web safe color of #ecaffd is #ff99ff. Color #ecaffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 11111101
Octal 354 257 375
Decimal 236 175 253
Hex EC AF FD

RGB Percentages of Color #ecaffd

%35.54
%26.36
%38.10

CMYK Percentages of Color #ecaffd

%7
%31
%0
%1

Triadic Colors of #ecaffd

#ecaffd #fdecaf #affdec

Analogous Colors of #ecaffd

#ecaffd #fdafe7 #c5affd

Monochromatic Colors of #ecaffd

#ecaffd

Complementary Color

#ecaffd #c0fdaf

#ecaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaffd Color CSS Codes

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

#ecaffd Text Font Color

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

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


#ecaffd Background Color

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

This div background color is #ecaffd


#ecaffd Border Color

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

This div border color is #ecaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaffd


Comments

No comments written yet.

Please login to write comment.