Color Hex Logo

#e182fc Color Hex

#E182FC
(225,130,252)
0 Favorites   0 Comments

Color spaces of #e182fc

RGB 225130252
HSL0.800.950.75
HSV287°48°99°
CMYK 0.110.480.00   0.01
XYZ56.604739.001196.6400
Yxy39.00110.29440.2029
Hunter Lab62.450952.5012-48.0331
CIE-Lab68.752155.3592-46.0797

#e182fc color RGB value is (225,130,252).

#e182fc hex color red value is 225, green value is 130 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e182fc hue: 0.80 , saturation: 0.95 and the lightness value of e182fc is 0.75.

The process color (four color CMYK) of #e182fc color hex is 0.11, 0.48, 0.00, 0.01. Web safe color of #e182fc is #cc99ff. Color #e182fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 11111100
Octal 341 202 374
Decimal 225 130 252
Hex E1 82 FC

RGB Percentages of Color #e182fc

%37.07
%21.42
%41.52

CMYK Percentages of Color #e182fc

%11
%48
%0
%1

Triadic Colors of #e182fc

#e182fc #fce182 #82fce1

Analogous Colors of #e182fc

#e182fc #fc82da #a482fc

Monochromatic Colors of #e182fc

#e182fc

Complementary Color

#e182fc #9dfc82

#e182fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182fc Color CSS Codes

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

#e182fc Text Font Color

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

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


#e182fc Background Color

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

This div background color is #e182fc


#e182fc Border Color

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

This div border color is #e182fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182fc


Comments

No comments written yet.

Please login to write comment.