color codes Logo

#ec068f color codes

#EC068F
(236,6,143)
0 Favorites   0 Comments

Color spaces of #ec068f

RGB 2366143
HSL0.900.950.47
HSV324°97°93°
CMYK 0.000.970.39   0.07
XYZ39.615119.946327.7487
Yxy19.94630.45370.2285
Hunter Lab44.661380.1744-5.5748
CIE-Lab51.776481.3488-9.9455

#ec068f color RGB value is (236,6,143).

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

The process color (four color CMYK) of #ec068f color code is 0.00, 0.97, 0.39, 0.07. Web safe color of #ec068f is #ff0099. Color #ec068f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 10001111
Octal 354 6 217
Decimal 236 6 143
Hex EC 6 8F

RGB Percentages of Color #ec068f

%61.30
%1.56
%37.14

CMYK Percentages of Color #ec068f

%0
%97
%39
%7

Triadic Colors of #ec068f

#ec068f #8fec06 #068fec

Analogous Colors of #ec068f

#ec068f #ec061c #d606ec

Monochromatic Colors of #ec068f

#ec068f

Complementary Color

#ec068f #06ec63

#ec068f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec068f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec068f Color CSS Codes

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

#ec068f Text Font Color

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

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


#ec068f Background Color

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

This div background color is #ec068f


#ec068f Border Color

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

This div border color is #ec068f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec068f


Comments

No comments written yet.

Please login to write comment.