Color Hex Logo

#ecccfd Color Hex

#ECCCFD
(236,204,253)
0 Favorites   0 Comments

Color spaces of #ecccfd

RGB 236204253
HSL0.780.920.90
HSV279°19°99°
CMYK 0.070.190.00   0.01
XYZ73.914668.1104102.1794
Yxy68.11040.30270.2789
Hunter Lab82.529015.4423-15.6368
CIE-Lab86.061619.8774-19.8400

#ecccfd color RGB value is (236,204,253).

#ecccfd hex color red value is 236, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ecccfd hue: 0.78 , saturation: 0.92 and the lightness value of ecccfd is 0.90.

The process color (four color CMYK) of #ecccfd color hex is 0.07, 0.19, 0.00, 0.01. Web safe color of #ecccfd is #ffccff. Color #ecccfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 11111101
Octal 354 314 375
Decimal 236 204 253
Hex EC CC FD

RGB Percentages of Color #ecccfd

%34.05
%29.44
%36.51

CMYK Percentages of Color #ecccfd

%7
%19
%0
%1

Triadic Colors of #ecccfd

#ecccfd #fdeccc #ccfdec

Analogous Colors of #ecccfd

#ecccfd #fdccf6 #d4ccfd

Monochromatic Colors of #ecccfd

#ecccfd

Complementary Color

#ecccfd #ddfdcc

#ecccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccfd Color CSS Codes

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

#ecccfd Text Font Color

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

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


#ecccfd Background Color

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

This div background color is #ecccfd


#ecccfd Border Color

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

This div border color is #ecccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.