Color Hex Logo

#ec1caf Color Hex

#EC1CAF
(236,28,175)
0 Favorites   0 Comments

Color spaces of #ec1caf

RGB 23628175
HSL0.880.850.52
HSV318°88°93°
CMYK 0.000.880.26   0.07
XYZ42.745221.758542.5043
Yxy21.75850.39950.2033
Hunter Lab46.646081.9423-21.3734
CIE-Lab53.769882.3452-25.8759

#ec1caf color RGB value is (236,28,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011100 10101111
Octal 354 34 257
Decimal 236 28 175
Hex EC 1C AF

RGB Percentages of Color #ec1caf

%53.76
%6.38
%39.86

CMYK Percentages of Color #ec1caf

%0
%88
%26
%7

Triadic Colors of #ec1caf

#ec1caf #afec1c #1cafec

Analogous Colors of #ec1caf

#ec1caf #ec1c47 #c11cec

Monochromatic Colors of #ec1caf

#ec1caf

Complementary Color

#ec1caf #1cec59

#ec1caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1caf Color CSS Codes

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

#ec1caf Text Font Color

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

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


#ec1caf Background Color

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

This div background color is #ec1caf


#ec1caf Border Color

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

This div border color is #ec1caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1caf


Comments

No comments written yet.

Please login to write comment.