Color Hex Logo

#e65091 Color Hex

#E65091
(230,80,145)
0 Favorites   0 Comments

Color spaces of #e65091

RGB 23080145
HSL0.930.750.61
HSV334°65°90°
CMYK 0.000.650.37   0.10
XYZ40.612624.604629.3967
Yxy24.60460.42920.2601
Hunter Lab49.603059.3420-0.4155
CIE-Lab56.688163.2867-3.9392

#e65091 color RGB value is (230,80,145).

#e65091 hex color red value is 230, green value is 80 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e65091 hue: 0.93 , saturation: 0.75 and the lightness value of e65091 is 0.61.

The process color (four color CMYK) of #e65091 color hex is 0.00, 0.65, 0.37, 0.10. Web safe color of #e65091 is #ff6699. Color #e65091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010000 10010001
Octal 346 120 221
Decimal 230 80 145
Hex E6 50 91

RGB Percentages of Color #e65091

%50.55
%17.58
%31.87

CMYK Percentages of Color #e65091

%0
%65
%37
%10

Triadic Colors of #e65091

#e65091 #91e650 #5091e6

Analogous Colors of #e65091

#e65091 #e65a50 #e650dc

Monochromatic Colors of #e65091

#e65091

Complementary Color

#e65091 #50e6a5

#e65091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65091 Color CSS Codes

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

#e65091 Text Font Color

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

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


#e65091 Background Color

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

This div background color is #e65091


#e65091 Border Color

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

This div border color is #e65091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65091


Comments

No comments written yet.

Please login to write comment.