Color Hex Logo

#ec165b Color Hex

#EC165B
(236,22,91)
0 Favorites   0 Comments

Color spaces of #ec165b

RGB 2362291
HSL0.950.850.51
HSV341°91°93°
CMYK 0.000.910.61   0.07
XYZ36.767319.162011.6583
Yxy19.16200.54400.2835
Hunter Lab43.774473.321714.8516
CIE-Lab50.876276.056120.3334

#ec165b color RGB value is (236,22,91).

#ec165b hex color red value is 236, green value is 22 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ec165b hue: 0.95 , saturation: 0.85 and the lightness value of ec165b is 0.51.

The process color (four color CMYK) of #ec165b color hex is 0.00, 0.91, 0.61, 0.07. Web safe color of #ec165b is #ff0066. Color #ec165b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010110 01011011
Octal 354 26 133
Decimal 236 22 91
Hex EC 16 5B

RGB Percentages of Color #ec165b

%67.62
%6.30
%26.07

CMYK Percentages of Color #ec165b

%0
%91
%61
%7

Triadic Colors of #ec165b

#ec165b #5bec16 #165bec

Analogous Colors of #ec165b

#ec165b #ec3c16 #ec16c6

Monochromatic Colors of #ec165b

#ec165b

Complementary Color

#ec165b #16eca7

#ec165b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec165b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec165b Color CSS Codes

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

#ec165b Text Font Color

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

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


#ec165b Background Color

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

This div background color is #ec165b


#ec165b Border Color

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

This div border color is #ec165b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec165b


Comments

No comments written yet.

Please login to write comment.