Color Hex Logo

#e613bb Color Hex

#E613BB
(230,19,187)
0 Favorites   0 Comments

Color spaces of #e613bb

RGB 23019187
HSL0.870.850.49
HSV312°92°90°
CMYK 0.000.920.19   0.10
XYZ41.835620.876648.8383
Yxy20.87660.37500.1871
Hunter Lab45.690983.4794-31.3905
CIE-Lab52.814283.7276-34.4507

#e613bb color RGB value is (230,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 10111011
Octal 346 23 273
Decimal 230 19 187
Hex E6 13 BB

RGB Percentages of Color #e613bb

%52.75
%4.36
%42.89

CMYK Percentages of Color #e613bb

%0
%92
%19
%10

Triadic Colors of #e613bb

#e613bb #bbe613 #13bbe6

Analogous Colors of #e613bb

#e613bb #e61351 #a813e6

Monochromatic Colors of #e613bb

#e613bb

Complementary Color

#e613bb #13e63e

#e613bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613bb Color CSS Codes

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

#e613bb Text Font Color

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

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


#e613bb Background Color

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

This div background color is #e613bb


#e613bb Border Color

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

This div border color is #e613bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613bb


Comments

No comments written yet.

Please login to write comment.