Color Hex Logo

#ec85be Color Hex

#EC85BE
(236,133,190)
0 Favorites   0 Comments

Color spaces of #ec85be

RGB 236133190
HSL0.910.730.72
HSV327°44°93°
CMYK 0.000.440.19   0.07
XYZ52.273938.325653.3576
Yxy38.32560.36310.2662
Hunter Lab61.907742.3843-7.7661
CIE-Lab68.259946.4663-12.4039

#ec85be color RGB value is (236,133,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000101 10111110
Octal 354 205 276
Decimal 236 133 190
Hex EC 85 BE

RGB Percentages of Color #ec85be

%42.22
%23.79
%33.99

CMYK Percentages of Color #ec85be

%0
%44
%19
%7

Triadic Colors of #ec85be

#ec85be #beec85 #85beec

Analogous Colors of #ec85be

#ec85be #ec858b #e785ec

Monochromatic Colors of #ec85be

#ec85be

Complementary Color

#ec85be #85ecb3

#ec85be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec85be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec85be Color CSS Codes

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

#ec85be Text Font Color

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

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


#ec85be Background Color

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

This div background color is #ec85be


#ec85be Border Color

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

This div border color is #ec85be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec85be


Comments

No comments written yet.

Please login to write comment.