Color Hex Logo

#ec5bce Color Hex

#EC5BCE
(236,91,206)
0 Favorites   0 Comments

Color spaces of #ec5bce

RGB 23691206
HSL0.870.790.64
HSV312°61°93°
CMYK 0.000.610.13   0.07
XYZ49.473729.771361.5314
Yxy29.77130.35140.2115
Hunter Lab54.563166.3650-28.6678
CIE-Lab61.456468.3424-31.8063

#ec5bce color RGB value is (236,91,206).

#ec5bce hex color red value is 236, green value is 91 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ec5bce hue: 0.87 , saturation: 0.79 and the lightness value of ec5bce is 0.64.

The process color (four color CMYK) of #ec5bce color hex is 0.00, 0.61, 0.13, 0.07. Web safe color of #ec5bce is #ff66cc. Color #ec5bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011011 11001110
Octal 354 133 316
Decimal 236 91 206
Hex EC 5B CE

RGB Percentages of Color #ec5bce

%44.28
%17.07
%38.65

CMYK Percentages of Color #ec5bce

%0
%61
%13
%7

Triadic Colors of #ec5bce

#ec5bce #ceec5b #5bceec

Analogous Colors of #ec5bce

#ec5bce #ec5b86 #c25bec

Monochromatic Colors of #ec5bce

#ec5bce

Complementary Color

#ec5bce #5bec79

#ec5bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5bce Color CSS Codes

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

#ec5bce Text Font Color

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

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


#ec5bce Background Color

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

This div background color is #ec5bce


#ec5bce Border Color

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

This div border color is #ec5bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5bce


Comments

No comments written yet.

Please login to write comment.