Color Hex Logo

#ec8dfe Color Hex

#EC8DFE
(236,141,254)
0 Favorites   0 Comments

Color spaces of #ec8dfe

RGB 236141254
HSL0.810.980.77
HSV290°44°100°
CMYK 0.070.440.00   0.00
XYZ62.006344.038498.9981
Yxy44.03840.30240.2148
Hunter Lab66.361450.6530-41.9959
CIE-Lab72.254253.2406-41.5924

#ec8dfe color RGB value is (236,141,254).

#ec8dfe hex color red value is 236, green value is 141 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ec8dfe hue: 0.81 , saturation: 0.98 and the lightness value of ec8dfe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001101 11111110
Octal 354 215 376
Decimal 236 141 254
Hex EC 8D FE

RGB Percentages of Color #ec8dfe

%37.40
%22.35
%40.25

CMYK Percentages of Color #ec8dfe

%7
%44
%0
%0

Triadic Colors of #ec8dfe

#ec8dfe #feec8d #8dfeec

Analogous Colors of #ec8dfe

#ec8dfe #fe8dd8 #b48dfe

Monochromatic Colors of #ec8dfe

#ec8dfe

Complementary Color

#ec8dfe #9ffe8d

#ec8dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8dfe Color CSS Codes

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

#ec8dfe Text Font Color

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

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


#ec8dfe Background Color

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

This div background color is #ec8dfe


#ec8dfe Border Color

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

This div border color is #ec8dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.