Color Hex Logo

#e60753 Color Hex

#E60753
(230,7,83)
0 Favorites   0 Comments

Color spaces of #e60753

RGB 230783
HSL0.940.940.46
HSV340°97°90°
CMYK 0.000.970.64   0.10
XYZ34.270417.59959.7744
Yxy17.59950.55590.2855
Hunter Lab41.951872.401115.5522
CIE-Lab49.006775.673322.5289

#e60753 color RGB value is (230,7,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 01010011
Octal 346 7 123
Decimal 230 7 83
Hex E6 7 53

RGB Percentages of Color #e60753

%71.88
%2.19
%25.94

CMYK Percentages of Color #e60753

%0
%97
%64
%10

Triadic Colors of #e60753

#e60753 #53e607 #0753e6

Analogous Colors of #e60753

#e60753 #e62a07 #e607c3

Monochromatic Colors of #e60753

#e60753

Complementary Color

#e60753 #07e69a

#e60753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60753 Color CSS Codes

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

#e60753 Text Font Color

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

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


#e60753 Background Color

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

This div background color is #e60753


#e60753 Border Color

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

This div border color is #e60753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60753


Comments

No comments written yet.

Please login to write comment.