Color Hex Logo

#ecabfd Color Hex

#ECABFD
(236,171,253)
0 Favorites   0 Comments

Color spaces of #ecabfd

RGB 236171253
HSL0.800.950.83
HSV288°32°99°
CMYK 0.070.320.00   0.01
XYZ66.884654.050599.8361
Yxy54.05050.30300.2448
Hunter Lab73.519033.7336-29.0503
CIE-Lab78.491237.4434-31.3841

#ecabfd color RGB value is (236,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 11111101
Octal 354 253 375
Decimal 236 171 253
Hex EC AB FD

RGB Percentages of Color #ecabfd

%35.76
%25.91
%38.33

CMYK Percentages of Color #ecabfd

%7
%32
%0
%1

Triadic Colors of #ecabfd

#ecabfd #fdecab #abfdec

Analogous Colors of #ecabfd

#ecabfd #fdabe5 #c3abfd

Monochromatic Colors of #ecabfd

#ecabfd

Complementary Color

#ecabfd #bcfdab

#ecabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecabfd Color CSS Codes

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

#ecabfd Text Font Color

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

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


#ecabfd Background Color

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

This div background color is #ecabfd


#ecabfd Border Color

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

This div border color is #ecabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecabfd

Related Colors

#ecabfd Color Palettes


Comments

No comments written yet.

Please login to write comment.