Color Hex Logo

#e60064 Color Hex

#E60064
(230,0,100)
0 Favorites   0 Comments

Color spaces of #e60064

RGB 2300100
HSL0.931.000.45
HSV334°100°90°
CMYK 0.001.000.57   0.10
XYZ34.933417.743113.6402
Yxy17.74310.52680.2676
Hunter Lab42.122674.320510.2864
CIE-Lab49.183077.193512.3115

#e60064 color RGB value is (230,0,100).

#e60064 hex color red value is 230, green value is 0 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e60064 hue: 0.93 , saturation: 1.00 and the lightness value of e60064 is 0.45.

The process color (four color CMYK) of #e60064 color hex is 0.00, 1.00, 0.57, 0.10. Web safe color of #e60064 is #ff0066. Color #e60064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000000 01100100
Octal 346 0 144
Decimal 230 0 100
Hex E6 0 64

RGB Percentages of Color #e60064

%69.70
%0.00
%30.30

CMYK Percentages of Color #e60064

%0
%100
%57
%10

Triadic Colors of #e60064

#e60064 #64e600 #0064e6

Analogous Colors of #e60064

#e60064 #e60f00 #e600d7

Monochromatic Colors of #e60064

#e60064

Complementary Color

#e60064 #00e682

#e60064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60064 Color CSS Codes

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

#e60064 Text Font Color

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

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


#e60064 Background Color

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

This div background color is #e60064


#e60064 Border Color

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

This div border color is #e60064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60064


Comments

No comments written yet.

Please login to write comment.