Color Hex Logo

#e358fb Color Hex

#E358FB
(227,88,251)
0 Favorites   0 Comments

Color spaces of #e358fb

RGB 22788251
HSL0.810.950.66
HSV291°65°98°
CMYK 0.100.650.00   0.02
XYZ52.580930.275494.3392
Yxy30.27540.29670.1709
Hunter Lab55.023174.2869-63.1388
CIE-Lab61.891174.7183-56.3713

#e358fb color RGB value is (227,88,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011000 11111011
Octal 343 130 373
Decimal 227 88 251
Hex E3 58 FB

RGB Percentages of Color #e358fb

%40.11
%15.55
%44.35

CMYK Percentages of Color #e358fb

%10
%65
%0
%2

Triadic Colors of #e358fb

#e358fb #fbe358 #58fbe3

Analogous Colors of #e358fb

#e358fb #fb58c2 #9258fb

Monochromatic Colors of #e358fb

#e358fb

Complementary Color

#e358fb #70fb58

#e358fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e358fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e358fb Color CSS Codes

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

#e358fb Text Font Color

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

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


#e358fb Background Color

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

This div background color is #e358fb


#e358fb Border Color

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

This div border color is #e358fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e358fb


Comments

No comments written yet.

Please login to write comment.