Color Hex Logo

#e813fb Color Hex

#E813FB
(232,19,251)
0 Favorites   0 Comments

Color spaces of #e813fb

RGB 23219251
HSL0.820.970.53
HSV295°92°98°
CMYK 0.080.920.00   0.02
XYZ50.924224.586693.3285
Yxy24.58660.30160.1456
Hunter Lab49.584996.5479-76.8860
CIE-Lab56.670492.8646-64.6892

#e813fb color RGB value is (232,19,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 11111011
Octal 350 23 373
Decimal 232 19 251
Hex E8 13 FB

RGB Percentages of Color #e813fb

%46.22
%3.78
%50.00

CMYK Percentages of Color #e813fb

%8
%92
%0
%2

Triadic Colors of #e813fb

#e813fb #fbe813 #13fbe8

Analogous Colors of #e813fb

#e813fb #fb139a #7413fb

Monochromatic Colors of #e813fb

#e813fb

Complementary Color

#e813fb #26fb13

#e813fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e813fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e813fb Color CSS Codes

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

#e813fb Text Font Color

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

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


#e813fb Background Color

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

This div background color is #e813fb


#e813fb Border Color

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

This div border color is #e813fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e813fb

Related Colors


Comments

No comments written yet.

Please login to write comment.