Color Hex Logo

#ec065b Color Hex

#EC065B
(236,6,91)
0 Favorites   0 Comments

Color spaces of #ec065b

RGB 236691
HSL0.940.950.47
HSV338°97°93°
CMYK 0.000.970.61   0.07
XYZ36.545518.718411.5844
Yxy18.71840.54670.2800
Hunter Lab43.264875.064614.4101
CIE-Lab50.356177.563819.6377

#ec065b color RGB value is (236,6,91).

#ec065b hex color red value is 236, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ec065b hue: 0.94 , saturation: 0.95 and the lightness value of ec065b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 01011011
Octal 354 6 133
Decimal 236 6 91
Hex EC 6 5B

RGB Percentages of Color #ec065b

%70.87
%1.80
%27.33

CMYK Percentages of Color #ec065b

%0
%97
%61
%7

Triadic Colors of #ec065b

#ec065b #5bec06 #065bec

Analogous Colors of #ec065b

#ec065b #ec2406 #ec06ce

Monochromatic Colors of #ec065b

#ec065b

Complementary Color

#ec065b #06ec97

#ec065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec065b Color CSS Codes

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

#ec065b Text Font Color

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

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


#ec065b Background Color

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

This div background color is #ec065b


#ec065b Border Color

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

This div border color is #ec065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec065b


Comments

No comments written yet.

Please login to write comment.