Color Hex Logo

#e653bf Color Hex

#E653BF
(230,83,191)
0 Favorites   0 Comments

Color spaces of #e653bf

RGB 23083191
HSL0.880.750.61
HSV316°64°90°
CMYK 0.000.640.17   0.10
XYZ45.130426.771152.0789
Yxy26.77110.36400.2159
Hunter Lab51.740865.1485-23.4589
CIE-Lab58.761967.8246-27.5100

#e653bf color RGB value is (230,83,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 10111111
Octal 346 123 277
Decimal 230 83 191
Hex E6 53 BF

RGB Percentages of Color #e653bf

%45.63
%16.47
%37.90

CMYK Percentages of Color #e653bf

%0
%64
%17
%10

Triadic Colors of #e653bf

#e653bf #bfe653 #53bfe6

Analogous Colors of #e653bf

#e653bf #e65376 #c453e6

Monochromatic Colors of #e653bf

#e653bf

Complementary Color

#e653bf #53e67a

#e653bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653bf Color CSS Codes

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

#e653bf Text Font Color

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

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


#e653bf Background Color

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

This div background color is #e653bf


#e653bf Border Color

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

This div border color is #e653bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653bf


Comments

No comments written yet.

Please login to write comment.