Color Hex Logo

#ec069a Color Hex

#EC069A
(236,6,154)
0 Favorites   0 Comments

Color spaces of #ec069a

RGB 2366154
HSL0.890.950.47
HSV321°97°93°
CMYK 0.000.970.35   0.07
XYZ40.489920.296232.3554
Yxy20.29620.43470.2179
Hunter Lab45.051381.5873-11.0456
CIE-Lab52.170582.3797-15.9271

#ec069a color RGB value is (236,6,154).

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

The process color (four color CMYK) of #ec069a color hex is 0.00, 0.97, 0.35, 0.07. Web safe color of #ec069a is #ff0099. Color #ec069a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 10011010
Octal 354 6 232
Decimal 236 6 154
Hex EC 6 9A

RGB Percentages of Color #ec069a

%59.60
%1.52
%38.89

CMYK Percentages of Color #ec069a

%0
%97
%35
%7

Triadic Colors of #ec069a

#ec069a #9aec06 #069aec

Analogous Colors of #ec069a

#ec069a #ec0627 #cb06ec

Monochromatic Colors of #ec069a

#ec069a

Complementary Color

#ec069a #06ec58

#ec069a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec069a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec069a Color CSS Codes

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

#ec069a Text Font Color

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

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


#ec069a Background Color

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

This div background color is #ec069a


#ec069a Border Color

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

This div border color is #ec069a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec069a


Comments

No comments written yet.

Please login to write comment.