Color Hex Logo

#e60264 Color Hex

#E60264
(230,2,100)
0 Favorites   0 Comments

Color spaces of #e60264

RGB 2302100
HSL0.930.980.45
HSV334°99°90°
CMYK 0.000.990.57   0.10
XYZ34.955117.786513.6474
Yxy17.78650.52650.2679
Hunter Lab42.174074.141510.3358
CIE-Lab49.236177.038812.3855

#e60264 color RGB value is (230,2,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000010 01100100
Octal 346 2 144
Decimal 230 2 100
Hex E6 2 64

RGB Percentages of Color #e60264

%69.28
%0.60
%30.12

CMYK Percentages of Color #e60264

%0
%99
%57
%10

Triadic Colors of #e60264

#e60264 #64e602 #0264e6

Analogous Colors of #e60264

#e60264 #e61202 #e602d6

Monochromatic Colors of #e60264

#e60264

Complementary Color

#e60264 #02e684

#e60264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60264 Color CSS Codes

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

#e60264 Text Font Color

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

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


#e60264 Background Color

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

This div background color is #e60264


#e60264 Border Color

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

This div border color is #e60264


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,2,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 #e60264">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60264


Comments

No comments written yet.

Please login to write comment.