Color Hex Logo

#eccaf1 Color Hex

#ECCAF1
(236,202,241)
0 Favorites   0 Comments

Color spaces of #eccaf1

RGB 236202241
HSL0.810.580.87
HSV292°16°95°
CMYK 0.020.160.00   0.05
XYZ71.589866.424892.2672
Yxy66.42480.31090.2885
Hunter Lab81.501414.1647-10.0708
CIE-Lab85.212618.6648-14.7556

#eccaf1 color RGB value is (236,202,241).

#eccaf1 hex color red value is 236, green value is 202 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #eccaf1 hue: 0.81 , saturation: 0.58 and the lightness value of eccaf1 is 0.87.

The process color (four color CMYK) of #eccaf1 color hex is 0.02, 0.16, 0.00, 0.05. Web safe color of #eccaf1 is #ffccff. Color #eccaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 11110001
Octal 354 312 361
Decimal 236 202 241
Hex EC CA F1

RGB Percentages of Color #eccaf1

%34.76
%29.75
%35.49

CMYK Percentages of Color #eccaf1

%2
%16
%0
%5

Triadic Colors of #eccaf1

#eccaf1 #f1ecca #caf1ec

Analogous Colors of #eccaf1

#eccaf1 #f1cae3 #d9caf1

Monochromatic Colors of #eccaf1

#eccaf1

Complementary Color

#eccaf1 #cff1ca

#eccaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccaf1 Color CSS Codes

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

#eccaf1 Text Font Color

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

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


#eccaf1 Background Color

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

This div background color is #eccaf1


#eccaf1 Border Color

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

This div border color is #eccaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccaf1

Related Colors


Comments

No comments written yet.

Please login to write comment.