Color Hex Logo

#e362fb Color Hex

#E362FB
(227,98,251)
0 Favorites   0 Comments

Color spaces of #e362fb

RGB 22798251
HSL0.810.950.68
HSV291°61°98°
CMYK 0.100.610.00   0.02
XYZ53.458832.031394.6319
Yxy32.03130.29680.1778
Hunter Lab56.596269.5615-59.5187
CIE-Lab63.368770.6210-54.0207

#e362fb color RGB value is (227,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100010 11111011
Octal 343 142 373
Decimal 227 98 251
Hex E3 62 FB

RGB Percentages of Color #e362fb

%39.41
%17.01
%43.58

CMYK Percentages of Color #e362fb

%10
%61
%0
%2

Triadic Colors of #e362fb

#e362fb #fbe362 #62fbe3

Analogous Colors of #e362fb

#e362fb #fb62c7 #9762fb

Monochromatic Colors of #e362fb

#e362fb

Complementary Color

#e362fb #7afb62

#e362fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e362fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e362fb Color CSS Codes

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

#e362fb Text Font Color

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

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


#e362fb Background Color

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

This div background color is #e362fb


#e362fb Border Color

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

This div border color is #e362fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e362fb


Comments

No comments written yet.

Please login to write comment.