Color Hex Logo

#e618bf Color Hex

#E618BF
(230,24,191)
0 Favorites   0 Comments

Color spaces of #e618bf

RGB 23024191
HSL0.860.810.50
HSV311°90°90°
CMYK 0.000.900.17   0.10
XYZ42.363721.237951.1567
Yxy21.23790.36920.1851
Hunter Lab46.084683.4398-33.5563
CIE-Lab53.208983.6200-36.1554

#e618bf color RGB value is (230,24,191).

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

The process color (four color CMYK) of #e618bf color hex is 0.00, 0.90, 0.17, 0.10. Web safe color of #e618bf is #ff00cc. Color #e618bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 10111111
Octal 346 30 277
Decimal 230 24 191
Hex E6 18 BF

RGB Percentages of Color #e618bf

%51.69
%5.39
%42.92

CMYK Percentages of Color #e618bf

%0
%90
%17
%10

Triadic Colors of #e618bf

#e618bf #bfe618 #18bfe6

Analogous Colors of #e618bf

#e618bf #e61858 #a618e6

Monochromatic Colors of #e618bf

#e618bf

Complementary Color

#e618bf #18e63f

#e618bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e618bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e618bf Color CSS Codes

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

#e618bf Text Font Color

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

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


#e618bf Background Color

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

This div background color is #e618bf


#e618bf Border Color

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

This div border color is #e618bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e618bf


Comments

No comments written yet.

Please login to write comment.