Color Hex Logo

#ec4fbd Color Hex

#EC4FBD
(236,79,189)
0 Favorites   0 Comments

Color spaces of #ec4fbd

RGB 23679189
HSL0.880.810.62
HSV318°67°93°
CMYK 0.000.670.20   0.07
XYZ46.573427.099050.9200
Yxy27.09900.37380.2175
Hunter Lab52.056768.5988-21.5557
CIE-Lab59.065970.6281-25.8170

#ec4fbd color RGB value is (236,79,189).

#ec4fbd hex color red value is 236, green value is 79 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ec4fbd hue: 0.88 , saturation: 0.81 and the lightness value of ec4fbd is 0.62.

The process color (four color CMYK) of #ec4fbd color hex is 0.00, 0.67, 0.20, 0.07. Web safe color of #ec4fbd is #ff66cc. Color #ec4fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001111 10111101
Octal 354 117 275
Decimal 236 79 189
Hex EC 4F BD

RGB Percentages of Color #ec4fbd

%46.83
%15.67
%37.50

CMYK Percentages of Color #ec4fbd

%0
%67
%20
%7

Triadic Colors of #ec4fbd

#ec4fbd #bdec4f #4fbdec

Analogous Colors of #ec4fbd

#ec4fbd #ec4f6f #cd4fec

Monochromatic Colors of #ec4fbd

#ec4fbd

Complementary Color

#ec4fbd #4fec7e

#ec4fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4fbd Color CSS Codes

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

#ec4fbd Text Font Color

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

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


#ec4fbd Background Color

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

This div background color is #ec4fbd


#ec4fbd Border Color

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

This div border color is #ec4fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4fbd


Comments

No comments written yet.

Please login to write comment.