Color Hex Logo

#ec6fbd Color Hex

#EC6FBD
(236,111,189)
0 Favorites   0 Comments

Color spaces of #ec6fbd

RGB 236111189
HSL0.900.770.68
HSV323°53°93°
CMYK 0.000.530.20   0.07
XYZ49.461832.875951.8829
Yxy32.87590.36850.2449
Hunter Lab57.337553.6411-13.5134
CIE-Lab64.060357.0864-18.1783

#ec6fbd color RGB value is (236,111,189).

#ec6fbd hex color red value is 236, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ec6fbd hue: 0.90 , saturation: 0.77 and the lightness value of ec6fbd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101111 10111101
Octal 354 157 275
Decimal 236 111 189
Hex EC 6F BD

RGB Percentages of Color #ec6fbd

%44.03
%20.71
%35.26

CMYK Percentages of Color #ec6fbd

%0
%53
%20
%7

Triadic Colors of #ec6fbd

#ec6fbd #bdec6f #6fbdec

Analogous Colors of #ec6fbd

#ec6fbd #ec6f7f #dd6fec

Monochromatic Colors of #ec6fbd

#ec6fbd

Complementary Color

#ec6fbd #6fec9e

#ec6fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6fbd Color CSS Codes

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

#ec6fbd Text Font Color

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

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


#ec6fbd Background Color

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

This div background color is #ec6fbd


#ec6fbd Border Color

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

This div border color is #ec6fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,111,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 #ec6fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6fbd


Comments

No comments written yet.

Please login to write comment.