Color Hex Logo

#e613fb Color Hex

#E613FB
(230,19,251)
0 Favorites   0 Comments

Color spaces of #e613fb

RGB 23019251
HSL0.820.970.53
HSV295°92°98°
CMYK 0.080.920.00   0.02
XYZ50.278624.253893.2983
Yxy24.25380.29960.1445
Hunter Lab49.248196.0506-77.8484
CIE-Lab56.341092.5609-65.2366

#e613fb color RGB value is (230,19,251).

#e613fb hex color red value is 230, green value is 19 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e613fb hue: 0.82 , saturation: 0.97 and the lightness value of e613fb is 0.53.

The process color (four color CMYK) of #e613fb color hex is 0.08, 0.92, 0.00, 0.02. Web safe color of #e613fb is #ff00ff. Color #e613fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 11111011
Octal 346 23 373
Decimal 230 19 251
Hex E6 13 FB

RGB Percentages of Color #e613fb

%46.00
%3.80
%50.20

CMYK Percentages of Color #e613fb

%8
%92
%0
%2

Triadic Colors of #e613fb

#e613fb #fbe613 #13fbe6

Analogous Colors of #e613fb

#e613fb #fb139c #7213fb

Monochromatic Colors of #e613fb

#e613fb

Complementary Color

#e613fb #28fb13

#e613fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613fb Color CSS Codes

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

#e613fb Text Font Color

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

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


#e613fb Background Color

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

This div background color is #e613fb


#e613fb Border Color

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

This div border color is #e613fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613fb


Comments

No comments written yet.

Please login to write comment.