Color Hex Logo

#ec06e4 Color Hex

#EC06E4
(236,6,228)
0 Favorites   0 Comments

Color spaces of #ec06e4

RGB 2366228
HSL0.840.950.47
HSV302°97°93°
CMYK 0.000.970.03   0.07
XYZ48.660823.564675.3825
Yxy23.56460.32970.1596
Hunter Lab48.543493.9808-58.0904
CIE-Lab55.649291.1583-53.3964

#ec06e4 color RGB value is (236,6,228).

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

The process color (four color CMYK) of #ec06e4 color hex is 0.00, 0.97, 0.03, 0.07. Web safe color of #ec06e4 is #ff00cc. Color #ec06e4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 11100100
Octal 354 6 344
Decimal 236 6 228
Hex EC 6 E4

RGB Percentages of Color #ec06e4

%50.21
%1.28
%48.51

CMYK Percentages of Color #ec06e4

%0
%97
%3
%7

Triadic Colors of #ec06e4

#ec06e4 #e4ec06 #06e4ec

Analogous Colors of #ec06e4

#ec06e4 #ec0671 #8106ec

Monochromatic Colors of #ec06e4

#ec06e4

Complementary Color

#ec06e4 #06ec0e

#ec06e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec06e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec06e4 Color CSS Codes

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

#ec06e4 Text Font Color

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

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


#ec06e4 Background Color

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

This div background color is #ec06e4


#ec06e4 Border Color

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

This div border color is #ec06e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec06e4


Comments

No comments written yet.

Please login to write comment.