Color Hex Logo

#ec1699 Color Hex

#EC1699
(236,22,153)
0 Favorites   0 Comments

Color spaces of #ec1699

RGB 23622153
HSL0.900.850.51
HSV323°91°93°
CMYK 0.000.910.35   0.07
XYZ40.628720.706631.9924
Yxy20.70660.43530.2219
Hunter Lab45.504579.7409-9.8313
CIE-Lab52.626980.8418-14.6392

#ec1699 color RGB value is (236,22,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010110 10011001
Octal 354 26 231
Decimal 236 22 153
Hex EC 16 99

RGB Percentages of Color #ec1699

%57.42
%5.35
%37.23

CMYK Percentages of Color #ec1699

%0
%91
%35
%7

Triadic Colors of #ec1699

#ec1699 #99ec16 #1699ec

Analogous Colors of #ec1699

#ec1699 #ec162e #d416ec

Monochromatic Colors of #ec1699

#ec1699

Complementary Color

#ec1699 #16ec69

#ec1699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1699 Color CSS Codes

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

#ec1699 Text Font Color

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

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


#ec1699 Background Color

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

This div background color is #ec1699


#ec1699 Border Color

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

This div border color is #ec1699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1699


Comments

No comments written yet.

Please login to write comment.