Color Hex Logo

#ec0299 Color Hex

#EC0299
(236,2,153)
0 Favorites   0 Comments

Color spaces of #ec0299

RGB 2362153
HSL0.890.980.47
HSV321°99°93°
CMYK 0.000.990.35   0.07
XYZ40.363520.176231.9040
Yxy20.17620.43660.2183
Hunter Lab44.917981.7947-10.6696
CIE-Lab52.035882.5680-15.5356

#ec0299 color RGB value is (236,2,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000010 10011001
Octal 354 2 231
Decimal 236 2 153
Hex EC 2 99

RGB Percentages of Color #ec0299

%60.36
%0.51
%39.13

CMYK Percentages of Color #ec0299

%0
%99
%35
%7

Triadic Colors of #ec0299

#ec0299 #99ec02 #0299ec

Analogous Colors of #ec0299

#ec0299 #ec0224 #ca02ec

Monochromatic Colors of #ec0299

#ec0299

Complementary Color

#ec0299 #02ec55

#ec0299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0299 Color CSS Codes

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

#ec0299 Text Font Color

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

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


#ec0299 Background Color

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

This div background color is #ec0299


#ec0299 Border Color

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

This div border color is #ec0299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0299


Comments

No comments written yet.

Please login to write comment.