Color Hex Logo

#ec1c98 Color Hex

#EC1C98
(236,28,152)
0 Favorites   0 Comments

Color spaces of #ec1c98

RGB 23628152
HSL0.900.850.52
HSV324°88°93°
CMYK 0.000.880.36   0.07
XYZ40.674820.930431.6019
Yxy20.93040.43640.2246
Hunter Lab45.749878.6372-8.9301
CIE-Lab52.873279.9223-13.6712

#ec1c98 color RGB value is (236,28,152).

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

The process color (four color CMYK) of #ec1c98 color hex is 0.00, 0.88, 0.36, 0.07. Web safe color of #ec1c98 is #ff3399. Color #ec1c98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011100 10011000
Octal 354 34 230
Decimal 236 28 152
Hex EC 1C 98

RGB Percentages of Color #ec1c98

%56.73
%6.73
%36.54

CMYK Percentages of Color #ec1c98

%0
%88
%36
%7

Triadic Colors of #ec1c98

#ec1c98 #98ec1c #1c98ec

Analogous Colors of #ec1c98

#ec1c98 #ec1c30 #d81cec

Monochromatic Colors of #ec1c98

#ec1c98

Complementary Color

#ec1c98 #1cec70

#ec1c98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1c98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1c98 Color CSS Codes

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

#ec1c98 Text Font Color

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

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


#ec1c98 Background Color

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

This div background color is #ec1c98


#ec1c98 Border Color

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

This div border color is #ec1c98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1c98


Comments

No comments written yet.

Please login to write comment.