Color Hex Logo

#e618bb Color Hex

#E618BB
(230,24,187)
0 Favorites   0 Comments

Color spaces of #e618bb

RGB 23024187
HSL0.870.810.50
HSV313°90°90°
CMYK 0.000.900.19   0.10
XYZ41.929421.064148.8696
Yxy21.06410.37480.1883
Hunter Lab45.895682.7569-31.0049
CIE-Lab53.019683.1263-34.1293

#e618bb color RGB value is (230,24,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 10111011
Octal 346 30 273
Decimal 230 24 187
Hex E6 18 BB

RGB Percentages of Color #e618bb

%52.15
%5.44
%42.40

CMYK Percentages of Color #e618bb

%0
%90
%19
%10

Triadic Colors of #e618bb

#e618bb #bbe618 #18bbe6

Analogous Colors of #e618bb

#e618bb #e61854 #aa18e6

Monochromatic Colors of #e618bb

#e618bb

Complementary Color

#e618bb #18e643

#e618bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e618bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e618bb Color CSS Codes

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

#e618bb Text Font Color

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

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


#e618bb Background Color

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

This div background color is #e618bb


#e618bb Border Color

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

This div border color is #e618bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,24,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e618bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e618bb


Comments

No comments written yet.

Please login to write comment.