Color Hex Logo

#ec075f Color Hex

#EC075F
(236,7,95)
0 Favorites   0 Comments

Color spaces of #ec075f

RGB 236795
HSL0.940.940.48
HSV337°97°93°
CMYK 0.000.970.60   0.07
XYZ36.733618.811012.5213
Yxy18.81100.53970.2764
Hunter Lab43.371675.280113.2433
CIE-Lab50.465377.715717.3372

#ec075f color RGB value is (236,7,95).

#ec075f hex color red value is 236, green value is 7 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec075f hue: 0.94 , saturation: 0.94 and the lightness value of ec075f is 0.48.

The process color (four color CMYK) of #ec075f color hex is 0.00, 0.97, 0.60, 0.07. Web safe color of #ec075f is #ff0066. Color #ec075f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000111 01011111
Octal 354 7 137
Decimal 236 7 95
Hex EC 7 5F

RGB Percentages of Color #ec075f

%69.82
%2.07
%28.11

CMYK Percentages of Color #ec075f

%0
%97
%60
%7

Triadic Colors of #ec075f

#ec075f #5fec07 #075fec

Analogous Colors of #ec075f

#ec075f #ec2207 #ec07d2

Monochromatic Colors of #ec075f

#ec075f

Complementary Color

#ec075f #07ec94

#ec075f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec075f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec075f Color CSS Codes

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

#ec075f Text Font Color

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

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


#ec075f Background Color

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

This div background color is #ec075f


#ec075f Border Color

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

This div border color is #ec075f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec075f


Comments

No comments written yet.

Please login to write comment.