Color Hex Logo

#e613b3 Color Hex

#E613B3
(230,19,179)
0 Favorites   0 Comments

Color spaces of #e613b3

RGB 23019179
HSL0.870.850.49
HSV315°92°90°
CMYK 0.000.920.22   0.10
XYZ41.002720.543444.4520
Yxy20.54340.38680.1938
Hunter Lab45.324882.1600-26.4209
CIE-Lab52.446182.7731-30.3575

#e613b3 color RGB value is (230,19,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 10110011
Octal 346 23 263
Decimal 230 19 179
Hex E6 13 B3

RGB Percentages of Color #e613b3

%53.74
%4.44
%41.82

CMYK Percentages of Color #e613b3

%0
%92
%22
%10

Triadic Colors of #e613b3

#e613b3 #b3e613 #13b3e6

Analogous Colors of #e613b3

#e613b3 #e6134a #b013e6

Monochromatic Colors of #e613b3

#e613b3

Complementary Color

#e613b3 #13e646

#e613b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613b3 Color CSS Codes

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

#e613b3 Text Font Color

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

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


#e613b3 Background Color

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

This div background color is #e613b3


#e613b3 Border Color

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

This div border color is #e613b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613b3


Comments

No comments written yet.

Please login to write comment.