Color Hex Logo

#e66291 Color Hex

#E66291
(230,98,145)
0 Favorites   0 Comments

Color spaces of #e66291

RGB 23098145
HSL0.940.730.64
HSV339°57°90°
CMYK 0.000.570.37   0.10
XYZ42.111627.602729.8964
Yxy27.60270.42280.2771
Hunter Lab52.538351.13323.0384
CIE-Lab59.528155.62290.2290

#e66291 color RGB value is (230,98,145).

#e66291 hex color red value is 230, green value is 98 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e66291 hue: 0.94 , saturation: 0.73 and the lightness value of e66291 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100010 10010001
Octal 346 142 221
Decimal 230 98 145
Hex E6 62 91

RGB Percentages of Color #e66291

%48.63
%20.72
%30.66

CMYK Percentages of Color #e66291

%0
%57
%37
%10

Triadic Colors of #e66291

#e66291 #91e662 #6291e6

Analogous Colors of #e66291

#e66291 #e67562 #e662d3

Monochromatic Colors of #e66291

#e66291

Complementary Color

#e66291 #62e6b7

#e66291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66291 Color CSS Codes

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

#e66291 Text Font Color

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

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


#e66291 Background Color

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

This div background color is #e66291


#e66291 Border Color

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

This div border color is #e66291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66291


Comments

No comments written yet.

Please login to write comment.