Color Hex Logo

#e360fb Color Hex

#E360FB
(227,96,251)
0 Favorites   0 Comments

Color spaces of #e360fb

RGB 22796251
HSL0.810.950.68
HSV291°62°98°
CMYK 0.100.620.00   0.02
XYZ53.274031.661794.5702
Yxy31.66170.29680.1764
Hunter Lab56.268770.5296-60.2599
CIE-Lab63.062371.4658-54.5075

#e360fb color RGB value is (227,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100000 11111011
Octal 343 140 373
Decimal 227 96 251
Hex E3 60 FB

RGB Percentages of Color #e360fb

%39.55
%16.72
%43.73

CMYK Percentages of Color #e360fb

%10
%62
%0
%2

Triadic Colors of #e360fb

#e360fb #fbe360 #60fbe3

Analogous Colors of #e360fb

#e360fb #fb60c6 #9660fb

Monochromatic Colors of #e360fb

#e360fb

Complementary Color

#e360fb #78fb60

#e360fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e360fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e360fb Color CSS Codes

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

#e360fb Text Font Color

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

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


#e360fb Background Color

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

This div background color is #e360fb


#e360fb Border Color

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

This div border color is #e360fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e360fb


Comments

No comments written yet.

Please login to write comment.