Color Hex Logo

#ec175f Color Hex

#EC175F
(236,23,95)
0 Favorites   0 Comments

Color spaces of #ec175f

RGB 2362395
HSL0.940.850.51
HSV340°90°93°
CMYK 0.000.900.60   0.07
XYZ36.964019.271912.5981
Yxy19.27190.53700.2800
Hunter Lab43.899873.474013.7151
CIE-Lab51.003876.154618.0671

#ec175f color RGB value is (236,23,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010111 01011111
Octal 354 27 137
Decimal 236 23 95
Hex EC 17 5F

RGB Percentages of Color #ec175f

%66.67
%6.50
%26.84

CMYK Percentages of Color #ec175f

%0
%90
%60
%7

Triadic Colors of #ec175f

#ec175f #5fec17 #175fec

Analogous Colors of #ec175f

#ec175f #ec3a17 #ec17ca

Monochromatic Colors of #ec175f

#ec175f

Complementary Color

#ec175f #17eca4

#ec175f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec175f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec175f Color CSS Codes

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

#ec175f Text Font Color

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

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


#ec175f Background Color

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

This div background color is #ec175f


#ec175f Border Color

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

This div border color is #ec175f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec175f


Comments

No comments written yet.

Please login to write comment.