Color Hex Logo

#ec85da Color Hex

#EC85DA
(236,133,218)
0 Favorites   0 Comments

Color spaces of #ec85da

RGB 236133218
HSL0.860.730.72
HSV310°44°93°
CMYK 0.000.440.08   0.07
XYZ55.634539.669971.0545
Yxy39.66990.33440.2385
Hunter Lab62.984047.4489-22.7983
CIE-Lab69.233850.8656-26.5217

#ec85da color RGB value is (236,133,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000101 11011010
Octal 354 205 332
Decimal 236 133 218
Hex EC 85 DA

RGB Percentages of Color #ec85da

%40.20
%22.66
%37.14

CMYK Percentages of Color #ec85da

%0
%44
%8
%7

Triadic Colors of #ec85da

#ec85da #daec85 #85daec

Analogous Colors of #ec85da

#ec85da #ec85a7 #cb85ec

Monochromatic Colors of #ec85da

#ec85da

Complementary Color

#ec85da #85ec97

#ec85da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec85da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec85da Color CSS Codes

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

#ec85da Text Font Color

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

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


#ec85da Background Color

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

This div background color is #ec85da


#ec85da Border Color

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

This div border color is #ec85da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec85da


Comments

No comments written yet.

Please login to write comment.