Color Hex Logo

#e60561 Color Hex

#E60561
(230,5,97)
0 Favorites   0 Comments

Color spaces of #e60561

RGB 230597
HSL0.930.960.46
HSV335°98°90°
CMYK 0.000.980.58   0.10
XYZ34.845117.794612.9074
Yxy17.79460.53160.2715
Hunter Lab42.183673.625611.3869
CIE-Lab49.246076.619914.2453

#e60561 color RGB value is (230,5,97).

#e60561 hex color red value is 230, green value is 5 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e60561 hue: 0.93 , saturation: 0.96 and the lightness value of e60561 is 0.46.

The process color (four color CMYK) of #e60561 color hex is 0.00, 0.98, 0.58, 0.10. Web safe color of #e60561 is #ff0066. Color #e60561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000101 01100001
Octal 346 5 141
Decimal 230 5 97
Hex E6 5 61

RGB Percentages of Color #e60561

%69.28
%1.51
%29.22

CMYK Percentages of Color #e60561

%0
%98
%58
%10

Triadic Colors of #e60561

#e60561 #61e605 #0561e6

Analogous Colors of #e60561

#e60561 #e61905 #e605d2

Monochromatic Colors of #e60561

#e60561

Complementary Color

#e60561 #05e68a

#e60561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60561 Color CSS Codes

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

#e60561 Text Font Color

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

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


#e60561 Background Color

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

This div background color is #e60561


#e60561 Border Color

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

This div border color is #e60561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60561


Comments

No comments written yet.

Please login to write comment.