Color Hex Logo

#e363bf Color Hex

#E363BF
(227,99,191)
0 Favorites   0 Comments

Color spaces of #e363bf

RGB 22799191
HSL0.880.700.64
HSV317°56°89°
CMYK 0.000.560.16   0.11
XYZ45.544429.016252.4904
Yxy29.01620.35850.2284
Hunter Lab53.866756.6554-20.0685
CIE-Lab60.795960.2462-24.4139

#e363bf color RGB value is (227,99,191).

#e363bf hex color red value is 227, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e363bf hue: 0.88 , saturation: 0.70 and the lightness value of e363bf is 0.64.

The process color (four color CMYK) of #e363bf color hex is 0.00, 0.56, 0.16, 0.11. Web safe color of #e363bf is #cc66cc. Color #e363bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100011 10111111
Octal 343 143 277
Decimal 227 99 191
Hex E3 63 BF

RGB Percentages of Color #e363bf

%43.91
%19.15
%36.94

CMYK Percentages of Color #e363bf

%0
%56
%16
%11

Triadic Colors of #e363bf

#e363bf #bfe363 #63bfe3

Analogous Colors of #e363bf

#e363bf #e3637f #c763e3

Monochromatic Colors of #e363bf

#e363bf

Complementary Color

#e363bf #63e387

#e363bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e363bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e363bf Color CSS Codes

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

#e363bf Text Font Color

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

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


#e363bf Background Color

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

This div background color is #e363bf


#e363bf Border Color

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

This div border color is #e363bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e363bf


Comments

No comments written yet.

Please login to write comment.