Color Hex Logo

#e352fc Color Hex

#E352FC
(227,82,252)
0 Favorites   0 Comments

Color spaces of #e352fc

RGB 22782252
HSL0.810.970.65
HSV291°67°99°
CMYK 0.100.670.00   0.01
XYZ52.266529.393895.0143
Yxy29.39380.29580.1664
Hunter Lab54.216077.2033-65.9552
CIE-Lab61.127677.1896-58.1414

#e352fc color RGB value is (227,82,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010010 11111100
Octal 343 122 374
Decimal 227 82 252
Hex E3 52 FC

RGB Percentages of Color #e352fc

%40.46
%14.62
%44.92

CMYK Percentages of Color #e352fc

%10
%67
%0
%1

Triadic Colors of #e352fc

#e352fc #fce352 #52fce3

Analogous Colors of #e352fc

#e352fc #fc52c0 #8e52fc

Monochromatic Colors of #e352fc

#e352fc

Complementary Color

#e352fc #6bfc52

#e352fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e352fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e352fc Color CSS Codes

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

#e352fc Text Font Color

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

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


#e352fc Background Color

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

This div background color is #e352fc


#e352fc Border Color

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

This div border color is #e352fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e352fc

Related Colors


Comments

No comments written yet.

Please login to write comment.