Color Hex Logo

#e754be Color Hex

#E754BE
(231,84,190)
0 Favorites   0 Comments

Color spaces of #e754be

RGB 23184190
HSL0.880.750.62
HSV317°64°91°
CMYK 0.000.640.18   0.09
XYZ45.419627.047351.5420
Yxy27.04730.36630.2181
Hunter Lab52.007064.8782-22.3549
CIE-Lab59.018167.5516-26.5289

#e754be color RGB value is (231,84,190).

#e754be hex color red value is 231, green value is 84 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e754be hue: 0.88 , saturation: 0.75 and the lightness value of e754be is 0.62.

The process color (four color CMYK) of #e754be color hex is 0.00, 0.64, 0.18, 0.09. Web safe color of #e754be is #ff66cc. Color #e754be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 10111110
Octal 347 124 276
Decimal 231 84 190
Hex E7 54 BE

RGB Percentages of Color #e754be

%45.74
%16.63
%37.62

CMYK Percentages of Color #e754be

%0
%64
%18
%9

Triadic Colors of #e754be

#e754be #bee754 #54bee7

Analogous Colors of #e754be

#e754be #e75475 #c754e7

Monochromatic Colors of #e754be

#e754be

Complementary Color

#e754be #54e77d

#e754be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e754be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e754be Color CSS Codes

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

#e754be Text Font Color

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

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


#e754be Background Color

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

This div background color is #e754be


#e754be Border Color

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

This div border color is #e754be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e754be


Comments

No comments written yet.

Please login to write comment.