Color Hex Logo

#ec85df Color Hex

#EC85DF
(236,133,223)
0 Favorites   0 Comments

Color spaces of #ec85df

RGB 236133223
HSL0.850.730.72
HSV308°44°93°
CMYK 0.000.440.06   0.07
XYZ56.298939.935674.5531
Yxy39.93560.32960.2338
Hunter Lab63.194648.4317-25.7104
CIE-Lab69.423651.7056-28.9960

#ec85df color RGB value is (236,133,223).

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

The process color (four color CMYK) of #ec85df color hex is 0.00, 0.44, 0.06, 0.07. Web safe color of #ec85df is #ff99cc. Color #ec85df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000101 11011111
Octal 354 205 337
Decimal 236 133 223
Hex EC 85 DF

RGB Percentages of Color #ec85df

%39.86
%22.47
%37.67

CMYK Percentages of Color #ec85df

%0
%44
%6
%7

Triadic Colors of #ec85df

#ec85df #dfec85 #85dfec

Analogous Colors of #ec85df

#ec85df #ec85ac #c685ec

Monochromatic Colors of #ec85df

#ec85df

Complementary Color

#ec85df #85ec92

#ec85df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec85df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec85df Color CSS Codes

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

#ec85df Text Font Color

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

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


#ec85df Background Color

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

This div background color is #ec85df


#ec85df Border Color

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

This div border color is #ec85df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec85df


Comments

No comments written yet.

Please login to write comment.