Color Hex Logo

#e361fb Color Hex

#E361FB
(227,97,251)
0 Favorites   0 Comments

Color spaces of #e361fb

RGB 22797251
HSL0.810.950.68
HSV291°61°98°
CMYK 0.100.610.00   0.02
XYZ53.365831.845394.6009
Yxy31.84530.29680.1771
Hunter Lab56.431670.0470-59.8905
CIE-Lab63.214871.0450-54.2652

#e361fb color RGB value is (227,97,251).

#e361fb hex color red value is 227, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e361fb hue: 0.81 , saturation: 0.95 and the lightness value of e361fb is 0.68.

The process color (four color CMYK) of #e361fb color hex is 0.10, 0.61, 0.00, 0.02. Web safe color of #e361fb is #cc66ff. Color #e361fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100001 11111011
Octal 343 141 373
Decimal 227 97 251
Hex E3 61 FB

RGB Percentages of Color #e361fb

%39.48
%16.87
%43.65

CMYK Percentages of Color #e361fb

%10
%61
%0
%2

Triadic Colors of #e361fb

#e361fb #fbe361 #61fbe3

Analogous Colors of #e361fb

#e361fb #fb61c6 #9661fb

Monochromatic Colors of #e361fb

#e361fb

Complementary Color

#e361fb #79fb61

#e361fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e361fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e361fb Color CSS Codes

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

#e361fb Text Font Color

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

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


#e361fb Background Color

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

This div background color is #e361fb


#e361fb Border Color

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

This div border color is #e361fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e361fb


Comments

No comments written yet.

Please login to write comment.