Color Hex Logo

#ec039b Color Hex

#EC039B
(236,3,155)
0 Favorites   0 Comments

Color spaces of #ec039b

RGB 2363155
HSL0.890.970.47
HSV321°99°93°
CMYK 0.000.990.34   0.07
XYZ40.541020.264532.7850
Yxy20.26450.43320.2165
Hunter Lab45.016181.9769-11.6693
CIE-Lab52.135082.6909-16.5764

#ec039b color RGB value is (236,3,155).

#ec039b hex color red value is 236, green value is 3 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ec039b hue: 0.89 , saturation: 0.97 and the lightness value of ec039b is 0.47.

The process color (four color CMYK) of #ec039b color hex is 0.00, 0.99, 0.34, 0.07. Web safe color of #ec039b is #ff0099. Color #ec039b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000011 10011011
Octal 354 3 233
Decimal 236 3 155
Hex EC 3 9B

RGB Percentages of Color #ec039b

%59.90
%0.76
%39.34

CMYK Percentages of Color #ec039b

%0
%99
%34
%7

Triadic Colors of #ec039b

#ec039b #9bec03 #039bec

Analogous Colors of #ec039b

#ec039b #ec0326 #c903ec

Monochromatic Colors of #ec039b

#ec039b

Complementary Color

#ec039b #03ec54

#ec039b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec039b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec039b Color CSS Codes

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

#ec039b Text Font Color

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

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


#ec039b Background Color

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

This div background color is #ec039b


#ec039b Border Color

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

This div border color is #ec039b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec039b


Comments

No comments written yet.

Please login to write comment.