Color Hex Logo

#ec4bee Color Hex

#EC4BEE
(236,75,238)
0 Favorites   0 Comments

Color spaces of #ec4bee

RGB 23675238
HSL0.830.830.61
HSV299°68°93°
CMYK 0.010.680.00   0.07
XYZ52.540829.038183.7246
Yxy29.03810.31780.1757
Hunter Lab53.887079.7384-54.3984
CIE-Lab60.815279.2514-50.7890

#ec4bee color RGB value is (236,75,238).

#ec4bee hex color red value is 236, green value is 75 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ec4bee hue: 0.83 , saturation: 0.83 and the lightness value of ec4bee is 0.61.

The process color (four color CMYK) of #ec4bee color hex is 0.01, 0.68, 0.00, 0.07. Web safe color of #ec4bee is #ff33ff. Color #ec4bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001011 11101110
Octal 354 113 356
Decimal 236 75 238
Hex EC 4B EE

RGB Percentages of Color #ec4bee

%42.99
%13.66
%43.35

CMYK Percentages of Color #ec4bee

%1
%68
%0
%7

Triadic Colors of #ec4bee

#ec4bee #eeec4b #4beeec

Analogous Colors of #ec4bee

#ec4bee #ee4b9f #9b4bee

Monochromatic Colors of #ec4bee

#ec4bee

Complementary Color

#ec4bee #4dee4b

#ec4bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4bee Color CSS Codes

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

#ec4bee Text Font Color

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

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


#ec4bee Background Color

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

This div background color is #ec4bee


#ec4bee Border Color

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

This div border color is #ec4bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4bee


Comments

No comments written yet.

Please login to write comment.