Color Hex Logo

#e60965 Color Hex

#E60965
(230,9,101)
0 Favorites   0 Comments

Color spaces of #e60965

RGB 2309101
HSL0.930.920.47
HSV335°96°90°
CMYK 0.000.960.56   0.10
XYZ35.079817.958013.9292
Yxy17.95800.52380.2682
Hunter Lab42.376973.603710.1753
CIE-Lab49.445176.563412.0616

#e60965 color RGB value is (230,9,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001001 01100101
Octal 346 11 145
Decimal 230 9 101
Hex E6 9 65

RGB Percentages of Color #e60965

%67.65
%2.65
%29.71

CMYK Percentages of Color #e60965

%0
%96
%56
%10

Triadic Colors of #e60965

#e60965 #65e609 #0965e6

Analogous Colors of #e60965

#e60965 #e61b09 #e609d4

Monochromatic Colors of #e60965

#e60965

Complementary Color

#e60965 #09e68a

#e60965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60965 Color CSS Codes

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

#e60965 Text Font Color

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

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


#e60965 Background Color

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

This div background color is #e60965


#e60965 Border Color

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

This div border color is #e60965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60965

#e60965 Color Palettes


Comments

No comments written yet.

Please login to write comment.