Color Hex Logo

#ec469b Color Hex

#EC469B
(236,70,155)
0 Favorites   0 Comments

Color spaces of #ec469b

RGB 23670155
HSL0.910.810.60
HSV329°70°93°
CMYK 0.000.700.34   0.07
XYZ42.698624.579733.5042
Yxy24.57970.42370.2439
Hunter Lab49.577966.9704-5.3630
CIE-Lab56.663669.7328-9.7416

#ec469b color RGB value is (236,70,155).

#ec469b hex color red value is 236, green value is 70 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ec469b hue: 0.91 , saturation: 0.81 and the lightness value of ec469b is 0.60.

The process color (four color CMYK) of #ec469b color hex is 0.00, 0.70, 0.34, 0.07. Web safe color of #ec469b is #ff3399. Color #ec469b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000110 10011011
Octal 354 106 233
Decimal 236 70 155
Hex EC 46 9B

RGB Percentages of Color #ec469b

%51.19
%15.18
%33.62

CMYK Percentages of Color #ec469b

%0
%70
%34
%7

Triadic Colors of #ec469b

#ec469b #9bec46 #469bec

Analogous Colors of #ec469b

#ec469b #ec4648 #ea46ec

Monochromatic Colors of #ec469b

#ec469b

Complementary Color

#ec469b #46ec97

#ec469b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec469b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec469b Color CSS Codes

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

#ec469b Text Font Color

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

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


#ec469b Background Color

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

This div background color is #ec469b


#ec469b Border Color

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

This div border color is #ec469b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec469b


Comments

No comments written yet.

Please login to write comment.