Color Hex Logo

#e275fc Color Hex

#E275FC
(226,117,252)
0 Favorites   0 Comments

Color spaces of #e275fc

RGB 226117252
HSL0.800.960.72
HSV288°54°99°
CMYK 0.100.540.00   0.01
XYZ55.296035.919696.1142
Yxy35.91960.29520.1917
Hunter Lab59.933059.8069-53.1300
CIE-Lab66.458461.9782-49.6850

#e275fc color RGB value is (226,117,252).

#e275fc hex color red value is 226, green value is 117 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e275fc hue: 0.80 , saturation: 0.96 and the lightness value of e275fc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 11111100
Octal 342 165 374
Decimal 226 117 252
Hex E2 75 FC

RGB Percentages of Color #e275fc

%37.98
%19.66
%42.35

CMYK Percentages of Color #e275fc

%10
%54
%0
%1

Triadic Colors of #e275fc

#e275fc #fce275 #75fce2

Analogous Colors of #e275fc

#e275fc #fc75d3 #9f75fc

Monochromatic Colors of #e275fc

#e275fc

Complementary Color

#e275fc #8ffc75

#e275fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e275fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e275fc Color CSS Codes

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

#e275fc Text Font Color

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

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


#e275fc Background Color

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

This div background color is #e275fc


#e275fc Border Color

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

This div border color is #e275fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e275fc


Comments

No comments written yet.

Please login to write comment.