Color Hex Logo

#ec465f Color Hex

#EC465F
(236,70,95)
0 Favorites   0 Comments

Color spaces of #ec465f

RGB 2367095
HSL0.970.810.60
HSV351°70°93°
CMYK 0.000.700.60   0.07
XYZ38.847823.039413.2260
Yxy23.03940.51720.3067
Hunter Lab47.999460.468217.2625
CIE-Lab55.112964.540523.5588

#ec465f color RGB value is (236,70,95).

#ec465f hex color red value is 236, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec465f hue: 0.97 , saturation: 0.81 and the lightness value of ec465f is 0.60.

The process color (four color CMYK) of #ec465f color hex is 0.00, 0.70, 0.60, 0.07. Web safe color of #ec465f is #ff3366. Color #ec465f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000110 01011111
Octal 354 106 137
Decimal 236 70 95
Hex EC 46 5F

RGB Percentages of Color #ec465f

%58.85
%17.46
%23.69

CMYK Percentages of Color #ec465f

%0
%70
%60
%7

Triadic Colors of #ec465f

#ec465f #5fec46 #465fec

Analogous Colors of #ec465f

#ec465f #ec8046 #ec46b2

Monochromatic Colors of #ec465f

#ec465f

Complementary Color

#ec465f #46ecd3

#ec465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec465f Color CSS Codes

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

#ec465f Text Font Color

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

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


#ec465f Background Color

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

This div background color is #ec465f


#ec465f Border Color

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

This div border color is #ec465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec465f


Comments

No comments written yet.

Please login to write comment.