Color Hex Logo

#ec068e Color Hex

#EC068E
(236,6,142)
0 Favorites   0 Comments

Color spaces of #ec068e

RGB 2366142
HSL0.900.950.47
HSV325°97°93°
CMYK 0.000.970.40   0.07
XYZ39.539719.916127.3514
Yxy19.91610.45550.2294
Hunter Lab44.627580.0520-5.0986
CIE-Lab51.742281.2593-9.3964

#ec068e color RGB value is (236,6,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 10001110
Octal 354 6 216
Decimal 236 6 142
Hex EC 6 8E

RGB Percentages of Color #ec068e

%61.46
%1.56
%36.98

CMYK Percentages of Color #ec068e

%0
%97
%40
%7

Triadic Colors of #ec068e

#ec068e #8eec06 #068eec

Analogous Colors of #ec068e

#ec068e #ec061b #d706ec

Monochromatic Colors of #ec068e

#ec068e

Complementary Color

#ec068e #06ec64

#ec068e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec068e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec068e Color CSS Codes

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

#ec068e Text Font Color

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

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


#ec068e Background Color

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

This div background color is #ec068e


#ec068e Border Color

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

This div border color is #ec068e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec068e


Comments

No comments written yet.

Please login to write comment.