Color Hex Logo

#ec168d Color Hex

#EC168D
(236,22,141)
0 Favorites   0 Comments

Color spaces of #ec168d

RGB 23622141
HSL0.910.850.51
HSV327°91°93°
CMYK 0.000.910.40   0.07
XYZ39.686720.329827.0316
Yxy20.32980.45590.2335
Hunter Lab45.088678.2096-3.9837
CIE-Lab52.208179.7133-8.0995

#ec168d color RGB value is (236,22,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010110 10001101
Octal 354 26 215
Decimal 236 22 141
Hex EC 16 8D

RGB Percentages of Color #ec168d

%59.15
%5.51
%35.34

CMYK Percentages of Color #ec168d

%0
%91
%40
%7

Triadic Colors of #ec168d

#ec168d #8dec16 #168dec

Analogous Colors of #ec168d

#ec168d #ec1622 #e016ec

Monochromatic Colors of #ec168d

#ec168d

Complementary Color

#ec168d #16ec75

#ec168d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec168d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec168d Color CSS Codes

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

#ec168d Text Font Color

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

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


#ec168d Background Color

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

This div background color is #ec168d


#ec168d Border Color

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

This div border color is #ec168d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec168d


Comments

No comments written yet.

Please login to write comment.