Color Hex Logo

#ec0693 Color Hex

#EC0693
(236,6,147)
0 Favorites   0 Comments

Color spaces of #ec0693

RGB 2366147
HSL0.900.950.47
HSV323°97°93°
CMYK 0.000.970.38   0.07
XYZ39.923720.069729.3734
Yxy20.06970.44670.2246
Hunter Lab44.799280.6751-7.5151
CIE-Lab51.915981.7149-12.1330

#ec0693 color RGB value is (236,6,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 10010011
Octal 354 6 223
Decimal 236 6 147
Hex EC 6 93

RGB Percentages of Color #ec0693

%60.67
%1.54
%37.79

CMYK Percentages of Color #ec0693

%0
%97
%38
%7

Triadic Colors of #ec0693

#ec0693 #93ec06 #0693ec

Analogous Colors of #ec0693

#ec0693 #ec0620 #d206ec

Monochromatic Colors of #ec0693

#ec0693

Complementary Color

#ec0693 #06ec5f

#ec0693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0693 Color CSS Codes

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

#ec0693 Text Font Color

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

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


#ec0693 Background Color

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

This div background color is #ec0693


#ec0693 Border Color

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

This div border color is #ec0693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0693


Comments

No comments written yet.

Please login to write comment.