Color Hex Logo

#ec4665 Color Hex

#EC4665
(236,70,101)
0 Favorites   0 Comments

Color spaces of #ec4665

RGB 23670101
HSL0.970.810.60
HSV349°70°93°
CMYK 0.000.700.57   0.07
XYZ39.131223.152814.7184
Yxy23.15280.50820.3007
Hunter Lab48.117460.958915.5462
CIE-Lab55.229464.938520.1661

#ec4665 color RGB value is (236,70,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000110 01100101
Octal 354 106 145
Decimal 236 70 101
Hex EC 46 65

RGB Percentages of Color #ec4665

%57.99
%17.20
%24.82

CMYK Percentages of Color #ec4665

%0
%70
%57
%7

Triadic Colors of #ec4665

#ec4665 #65ec46 #4665ec

Analogous Colors of #ec4665

#ec4665 #ec7a46 #ec46b8

Monochromatic Colors of #ec4665

#ec4665

Complementary Color

#ec4665 #46eccd

#ec4665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4665 Color CSS Codes

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

#ec4665 Text Font Color

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

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


#ec4665 Background Color

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

This div background color is #ec4665


#ec4665 Border Color

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

This div border color is #ec4665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4665


Comments

No comments written yet.

Please login to write comment.