Color Hex Logo

#ec84ee Color Hex

#EC84EE
(236,132,238)
0 Favorites   0 Comments

Color spaces of #ec84ee

RGB 236132238
HSL0.830.760.73
HSV299°45°93°
CMYK 0.010.450.00   0.07
XYZ58.276040.508485.6364
Yxy40.50840.31600.2197
Hunter Lab63.646252.0580-35.2227
CIE-Lab69.830154.8126-36.6303

#ec84ee color RGB value is (236,132,238).

#ec84ee hex color red value is 236, green value is 132 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ec84ee hue: 0.83 , saturation: 0.76 and the lightness value of ec84ee is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 11101110
Octal 354 204 356
Decimal 236 132 238
Hex EC 84 EE

RGB Percentages of Color #ec84ee

%38.94
%21.78
%39.27

CMYK Percentages of Color #ec84ee

%1
%45
%0
%7

Triadic Colors of #ec84ee

#ec84ee #eeec84 #84eeec

Analogous Colors of #ec84ee

#ec84ee #ee84bb #b784ee

Monochromatic Colors of #ec84ee

#ec84ee

Complementary Color

#ec84ee #86ee84

#ec84ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec84ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec84ee Color CSS Codes

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

#ec84ee Text Font Color

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

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


#ec84ee Background Color

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

This div background color is #ec84ee


#ec84ee Border Color

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

This div border color is #ec84ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec84ee


Comments

No comments written yet.

Please login to write comment.