Color Hex Logo

#e790bf Color Hex

#E790BF
(231,144,191)
0 Favorites   0 Comments

Color spaces of #e790bf

RGB 231144191
HSL0.910.640.74
HSV328°38°91°
CMYK 0.000.380.17   0.09
XYZ52.332240.697054.3873
Yxy40.69700.35500.2761
Hunter Lab63.794234.7888-5.8913
CIE-Lab69.963139.2771-10.4751

#e790bf color RGB value is (231,144,191).

#e790bf hex color red value is 231, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e790bf hue: 0.91 , saturation: 0.64 and the lightness value of e790bf is 0.74.

The process color (four color CMYK) of #e790bf color hex is 0.00, 0.38, 0.17, 0.09. Web safe color of #e790bf is #ff99cc. Color #e790bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 10111111
Octal 347 220 277
Decimal 231 144 191
Hex E7 90 BF

RGB Percentages of Color #e790bf

%40.81
%25.44
%33.75

CMYK Percentages of Color #e790bf

%0
%38
%17
%9

Triadic Colors of #e790bf

#e790bf #bfe790 #90bfe7

Analogous Colors of #e790bf

#e790bf #e79094 #e490e7

Monochromatic Colors of #e790bf

#e790bf

Complementary Color

#e790bf #90e7b8

#e790bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e790bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e790bf Color CSS Codes

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

#e790bf Text Font Color

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

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


#e790bf Background Color

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

This div background color is #e790bf


#e790bf Border Color

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

This div border color is #e790bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e790bf


Comments

No comments written yet.

Please login to write comment.