Color Hex Logo

#e68290 Color Hex

#E68290
(230,130,144)
0 Favorites   0 Comments

Color spaces of #e68290

RGB 230130144
HSL0.980.670.71
HSV352°43°90°
CMYK 0.000.430.37   0.10
XYZ45.649834.801930.6970
Yxy34.80190.41070.3131
Hunter Lab58.993134.888110.4437
CIE-Lab65.594139.86589.5375

#e68290 color RGB value is (230,130,144).

#e68290 hex color red value is 230, green value is 130 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e68290 hue: 0.98 , saturation: 0.67 and the lightness value of e68290 is 0.71.

The process color (four color CMYK) of #e68290 color hex is 0.00, 0.43, 0.37, 0.10. Web safe color of #e68290 is #ff9999. Color #e68290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000010 10010000
Octal 346 202 220
Decimal 230 130 144
Hex E6 82 90

RGB Percentages of Color #e68290

%45.63
%25.79
%28.57

CMYK Percentages of Color #e68290

%0
%43
%37
%10

Triadic Colors of #e68290

#e68290 #90e682 #8290e6

Analogous Colors of #e68290

#e68290 #e6a682 #e682c2

Monochromatic Colors of #e68290

#e68290

Complementary Color

#e68290 #82e6d8

#e68290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68290 Color CSS Codes

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

#e68290 Text Font Color

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

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


#e68290 Background Color

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

This div background color is #e68290


#e68290 Border Color

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

This div border color is #e68290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68290


Comments

No comments written yet.

Please login to write comment.