Color Hex Logo

#e60654 Color Hex

#E60654
(230,6,84)
0 Favorites   0 Comments

Color spaces of #e60654

RGB 230684
HSL0.940.950.46
HSV339°97°90°
CMYK 0.000.970.63   0.10
XYZ34.298517.59339.9756
Yxy17.59330.55440.2844
Hunter Lab41.944472.559315.2602
CIE-Lab48.999175.803421.9055

#e60654 color RGB value is (230,6,84).

#e60654 hex color red value is 230, green value is 6 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e60654 hue: 0.94 , saturation: 0.95 and the lightness value of e60654 is 0.46.

The process color (four color CMYK) of #e60654 color hex is 0.00, 0.97, 0.63, 0.10. Web safe color of #e60654 is #ff0066. Color #e60654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000110 01010100
Octal 346 6 124
Decimal 230 6 84
Hex E6 6 54

RGB Percentages of Color #e60654

%71.88
%1.88
%26.25

CMYK Percentages of Color #e60654

%0
%97
%63
%10

Triadic Colors of #e60654

#e60654 #54e606 #0654e6

Analogous Colors of #e60654

#e60654 #e62806 #e606c4

Monochromatic Colors of #e60654

#e60654

Complementary Color

#e60654 #06e698

#e60654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60654 Color CSS Codes

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

#e60654 Text Font Color

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

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


#e60654 Background Color

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

This div background color is #e60654


#e60654 Border Color

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

This div border color is #e60654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60654


Comments

No comments written yet.

Please login to write comment.