Color Hex Logo

#e60969 Color Hex

#E60969
(230,9,105)
0 Favorites   0 Comments

Color spaces of #e60969

RGB 2309105
HSL0.930.920.47
HSV334°96°90°
CMYK 0.000.960.54   0.10
XYZ35.280618.038314.9868
Yxy18.03830.51650.2641
Hunter Lab42.471573.95278.8086
CIE-Lab49.542576.82669.7410

#e60969 color RGB value is (230,9,105).

#e60969 hex color red value is 230, green value is 9 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e60969 hue: 0.93 , saturation: 0.92 and the lightness value of e60969 is 0.47.

The process color (four color CMYK) of #e60969 color hex is 0.00, 0.96, 0.54, 0.10. Web safe color of #e60969 is #ff0066. Color #e60969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001001 01101001
Octal 346 11 151
Decimal 230 9 105
Hex E6 9 69

RGB Percentages of Color #e60969

%66.86
%2.62
%30.52

CMYK Percentages of Color #e60969

%0
%96
%54
%10

Triadic Colors of #e60969

#e60969 #69e609 #0969e6

Analogous Colors of #e60969

#e60969 #e61709 #e609d8

Monochromatic Colors of #e60969

#e60969

Complementary Color

#e60969 #09e686

#e60969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60969 Color CSS Codes

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

#e60969 Text Font Color

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

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


#e60969 Background Color

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

This div background color is #e60969


#e60969 Border Color

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

This div border color is #e60969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60969


Comments

No comments written yet.

Please login to write comment.