Color Hex Logo

#e201fb Color Hex

#E201FB
(226,1,251)
0 Favorites   0 Comments

Color spaces of #e201fb

RGB 2261251
HSL0.820.990.49
HSV294°100°98°
CMYK 0.101.000.00   0.02
XYZ48.787523.155593.1649
Yxy23.15550.29550.1402
Hunter Lab48.120296.7652-81.1066
CIE-Lab55.232193.3028-67.0579

#e201fb color RGB value is (226,1,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000001 11111011
Octal 342 1 373
Decimal 226 1 251
Hex E2 1 FB

RGB Percentages of Color #e201fb

%47.28
%0.21
%52.51

CMYK Percentages of Color #e201fb

%10
%100
%0
%2

Triadic Colors of #e201fb

#e201fb #fbe201 #01fbe2

Analogous Colors of #e201fb

#e201fb #fb0197 #6501fb

Monochromatic Colors of #e201fb

#e201fb

Complementary Color

#e201fb #1afb01

#e201fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e201fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e201fb Color CSS Codes

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

#e201fb Text Font Color

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

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


#e201fb Background Color

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

This div background color is #e201fb


#e201fb Border Color

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

This div border color is #e201fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e201fb

Related Colors


Comments

No comments written yet.

Please login to write comment.