Color Hex Logo

#e092be Color Hex

#E092BE
(224,146,190)
0 Favorites   0 Comments

Color spaces of #e092be

RGB 224146190
HSL0.910.560.73
HSV326°35°88°
CMYK 0.000.350.15   0.12
XYZ50.313640.122853.8078
Yxy40.12280.34880.2782
Hunter Lab63.342630.9348-6.0255
CIE-Lab69.556935.6896-10.6099

#e092be color RGB value is (224,146,190).

#e092be hex color red value is 224, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e092be hue: 0.91 , saturation: 0.56 and the lightness value of e092be is 0.73.

The process color (four color CMYK) of #e092be color hex is 0.00, 0.35, 0.15, 0.12. Web safe color of #e092be is #cc99cc. Color #e092be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010010 10111110
Octal 340 222 276
Decimal 224 146 190
Hex E0 92 BE

RGB Percentages of Color #e092be

%40.00
%26.07
%33.93

CMYK Percentages of Color #e092be

%0
%35
%15
%12

Triadic Colors of #e092be

#e092be #bee092 #92bee0

Analogous Colors of #e092be

#e092be #e09297 #db92e0

Monochromatic Colors of #e092be

#e092be

Complementary Color

#e092be #92e0b4

#e092be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e092be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e092be Color CSS Codes

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

#e092be Text Font Color

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

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


#e092be Background Color

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

This div background color is #e092be


#e092be Border Color

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

This div border color is #e092be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,146,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e092be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e092be;
  -webkit-box-shadow: 1px 1px 3px 2px #e092be;
  box-shadow:         1px 1px 3px 2px #e092be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,146,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e092be


Comments

No comments written yet.

Please login to write comment.