Color Hex Logo

#e092bf Color Hex

#E092BF
(224,146,191)
0 Favorites   0 Comments

Color spaces of #e092bf

RGB 224146191
HSL0.900.560.73
HSV325°35°88°
CMYK 0.000.350.15   0.12
XYZ50.423340.166754.3856
Yxy40.16670.34780.2771
Hunter Lab63.377231.1056-6.5142
CIE-Lab69.588135.8489-11.1201

#e092bf color RGB value is (224,146,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010010 10111111
Octal 340 222 277
Decimal 224 146 191
Hex E0 92 BF

RGB Percentages of Color #e092bf

%39.93
%26.02
%34.05

CMYK Percentages of Color #e092bf

%0
%35
%15
%12

Triadic Colors of #e092bf

#e092bf #bfe092 #92bfe0

Analogous Colors of #e092bf

#e092bf #e09298 #da92e0

Monochromatic Colors of #e092bf

#e092bf

Complementary Color

#e092bf #92e0b3

#e092bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e092bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e092bf Color CSS Codes

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

#e092bf Text Font Color

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

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


#e092bf Background Color

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

This div background color is #e092bf


#e092bf Border Color

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

This div border color is #e092bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e092bf


Comments

No comments written yet.

Please login to write comment.