color codes Logo

#e100fb color codes

#E100FB
(225,0,251)
0 Favorites   0 Comments

Color spaces of #e100fb

RGB 2250251
HSL0.821.000.49
HSV294°100°98°
CMYK 0.101.000.00   0.02
XYZ48.463922.972693.1466
Yxy22.97260.29450.1396
Hunter Lab47.929796.6123-81.6733
CIE-Lab55.044193.2262-67.3697

#e100fb color RGB value is (225,0,251).

#e100fb hex color red value is 225, green value is 0 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e100fb hue: 0.82 , saturation: 1.00 and the lightness value of e100fb is 0.49.

The process color (four color CMYK) of #e100fb color code is 0.10, 1.00, 0.00, 0.02. Web safe color of #e100fb is #cc00ff. Color #e100fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 11111011
Octal 341 0 373
Decimal 225 0 251
Hex E1 0 FB

RGB Percentages of Color #e100fb

%47.27
%0.00
%52.73

CMYK Percentages of Color #e100fb

%10
%100
%0
%2

Triadic Colors of #e100fb

#e100fb #fbe100 #00fbe1

Analogous Colors of #e100fb

#e100fb #fb0098 #6400fb

Monochromatic Colors of #e100fb

#e100fb

Complementary Color

#e100fb #1afb00

#e100fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e100fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e100fb Color CSS Codes

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

#e100fb Text Font Color

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

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


#e100fb Background Color

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

This div background color is #e100fb


#e100fb Border Color

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

This div border color is #e100fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e100fb


Comments

No comments written yet.

Please login to write comment.