Color Hex Logo

#ec158d Color Hex

#EC158D
(236,21,141)
0 Favorites   0 Comments

Color spaces of #ec158d

RGB 23621141
HSL0.910.850.50
HSV327°91°93°
CMYK 0.000.910.40   0.07
XYZ39.668020.292327.0254
Yxy20.29230.45600.2333
Hunter Lab45.047078.3534-4.0375
CIE-Lab52.166179.8355-8.1622

#ec158d color RGB value is (236,21,141).

#ec158d hex color red value is 236, green value is 21 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ec158d hue: 0.91 , saturation: 0.85 and the lightness value of ec158d is 0.50.

The process color (four color CMYK) of #ec158d color hex is 0.00, 0.91, 0.40, 0.07. Web safe color of #ec158d is #ff0099. Color #ec158d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 10001101
Octal 354 25 215
Decimal 236 21 141
Hex EC 15 8D

RGB Percentages of Color #ec158d

%59.30
%5.28
%35.43

CMYK Percentages of Color #ec158d

%0
%91
%40
%7

Triadic Colors of #ec158d

#ec158d #8dec15 #158dec

Analogous Colors of #ec158d

#ec158d #ec1521 #e015ec

Monochromatic Colors of #ec158d

#ec158d

Complementary Color

#ec158d #15ec74

#ec158d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec158d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec158d Color CSS Codes

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

#ec158d Text Font Color

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

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


#ec158d Background Color

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

This div background color is #ec158d


#ec158d Border Color

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

This div border color is #ec158d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec158d


Comments

No comments written yet.

Please login to write comment.