Color Hex Logo

#e753bf Color Hex

#E753BF
(231,83,191)
0 Favorites   0 Comments

Color spaces of #e753bf

RGB 23183191
HSL0.880.760.62
HSV316°64°91°
CMYK 0.000.640.17   0.09
XYZ45.452226.937052.0940
Yxy26.93700.36510.2164
Hunter Lab51.900965.4949-23.1800
CIE-Lab58.916068.0852-27.2594

#e753bf color RGB value is (231,83,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010011 10111111
Octal 347 123 277
Decimal 231 83 191
Hex E7 53 BF

RGB Percentages of Color #e753bf

%45.74
%16.44
%37.82

CMYK Percentages of Color #e753bf

%0
%64
%17
%9

Triadic Colors of #e753bf

#e753bf #bfe753 #53bfe7

Analogous Colors of #e753bf

#e753bf #e75375 #c553e7

Monochromatic Colors of #e753bf

#e753bf

Complementary Color

#e753bf #53e77b

#e753bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e753bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e753bf Color CSS Codes

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

#e753bf Text Font Color

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

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


#e753bf Background Color

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

This div background color is #e753bf


#e753bf Border Color

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

This div border color is #e753bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e753bf


Comments

No comments written yet.

Please login to write comment.