Color Hex Logo

#e357fc Color Hex

#E357FC
(227,87,252)
0 Favorites   0 Comments

Color spaces of #e357fc

RGB 22787252
HSL0.810.960.66
HSV291°65°99°
CMYK 0.100.650.00   0.01
XYZ52.657430.175695.1446
Yxy30.17560.29590.1695
Hunter Lab54.932374.9762-64.2396
CIE-Lab61.805475.2866-57.0601

#e357fc color RGB value is (227,87,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010111 11111100
Octal 343 127 374
Decimal 227 87 252
Hex E3 57 FC

RGB Percentages of Color #e357fc

%40.11
%15.37
%44.52

CMYK Percentages of Color #e357fc

%10
%65
%0
%1

Triadic Colors of #e357fc

#e357fc #fce357 #57fce3

Analogous Colors of #e357fc

#e357fc #fc57c3 #9157fc

Monochromatic Colors of #e357fc

#e357fc

Complementary Color

#e357fc #70fc57

#e357fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e357fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e357fc Color CSS Codes

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

#e357fc Text Font Color

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

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


#e357fc Background Color

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

This div background color is #e357fc


#e357fc Border Color

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

This div border color is #e357fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,87,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e357fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e357fc


Comments

No comments written yet.

Please login to write comment.