Color Hex Logo

#ec068a Color Hex

#EC068A
(236,6,138)
0 Favorites   0 Comments

Color spaces of #ec068a

RGB 2366138
HSL0.900.950.47
HSV326°97°93°
CMYK 0.000.970.42   0.07
XYZ39.244619.798125.7977
Yxy19.79810.46260.2334
Hunter Lab44.495179.5705-3.2291
CIE-Lab51.608280.9062-7.1913

#ec068a color RGB value is (236,6,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 10001010
Octal 354 6 212
Decimal 236 6 138
Hex EC 6 8A

RGB Percentages of Color #ec068a

%62.11
%1.58
%36.32

CMYK Percentages of Color #ec068a

%0
%97
%42
%7

Triadic Colors of #ec068a

#ec068a #8aec06 #068aec

Analogous Colors of #ec068a

#ec068a #ec0617 #db06ec

Monochromatic Colors of #ec068a

#ec068a

Complementary Color

#ec068a #06ec68

#ec068a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec068a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec068a Color CSS Codes

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

#ec068a Text Font Color

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

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


#ec068a Background Color

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

This div background color is #ec068a


#ec068a Border Color

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

This div border color is #ec068a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec068a


Comments

No comments written yet.

Please login to write comment.