Color Hex Logo

#e318bf Color Hex

#E318BF
(227,24,191)
0 Favorites   0 Comments

Color spaces of #e318bf

RGB 22724191
HSL0.860.810.49
HSV311°89°89°
CMYK 0.000.890.16   0.11
XYZ41.409220.745751.1120
Yxy20.74570.36560.1832
Hunter Lab45.547482.5742-34.6503
CIE-Lab52.670083.0523-37.0391

#e318bf color RGB value is (227,24,191).

#e318bf hex color red value is 227, green value is 24 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e318bf hue: 0.86 , saturation: 0.81 and the lightness value of e318bf is 0.49.

The process color (four color CMYK) of #e318bf color hex is 0.00, 0.89, 0.16, 0.11. Web safe color of #e318bf is #cc00cc. Color #e318bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011000 10111111
Octal 343 30 277
Decimal 227 24 191
Hex E3 18 BF

RGB Percentages of Color #e318bf

%51.36
%5.43
%43.21

CMYK Percentages of Color #e318bf

%0
%89
%16
%11

Triadic Colors of #e318bf

#e318bf #bfe318 #18bfe3

Analogous Colors of #e318bf

#e318bf #e3185a #a218e3

Monochromatic Colors of #e318bf

#e318bf

Complementary Color

#e318bf #18e33c

#e318bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e318bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e318bf Color CSS Codes

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

#e318bf Text Font Color

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

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


#e318bf Background Color

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

This div background color is #e318bf


#e318bf Border Color

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

This div border color is #e318bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e318bf


Comments

No comments written yet.

Please login to write comment.