Color Hex Logo

#ec85ea Color Hex

#EC85EA
(236,133,234)
0 Favorites   0 Comments

Color spaces of #ec85ea

RGB 236133234
HSL0.840.730.72
HSV301°44°93°
CMYK 0.000.440.01   0.07
XYZ57.830940.548482.6205
Yxy40.54840.31950.2240
Hunter Lab63.677650.6747-32.3533
CIE-Lab69.858453.6066-34.3884

#ec85ea color RGB value is (236,133,234).

#ec85ea hex color red value is 236, green value is 133 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ec85ea hue: 0.84 , saturation: 0.73 and the lightness value of ec85ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000101 11101010
Octal 354 205 352
Decimal 236 133 234
Hex EC 85 EA

RGB Percentages of Color #ec85ea

%39.14
%22.06
%38.81

CMYK Percentages of Color #ec85ea

%0
%44
%1
%7

Triadic Colors of #ec85ea

#ec85ea #eaec85 #85eaec

Analogous Colors of #ec85ea

#ec85ea #ec85b7 #bb85ec

Monochromatic Colors of #ec85ea

#ec85ea

Complementary Color

#ec85ea #85ec87

#ec85ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec85ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec85ea Color CSS Codes

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

#ec85ea Text Font Color

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

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


#ec85ea Background Color

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

This div background color is #ec85ea


#ec85ea Border Color

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

This div border color is #ec85ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec85ea


Comments

No comments written yet.

Please login to write comment.