Color Hex Logo

#e263fc Color Hex

#E263FC
(226,99,252)
0 Favorites   0 Comments

Color spaces of #e263fc

RGB 22699252
HSL0.810.960.69
HSV290°61°99°
CMYK 0.100.610.00   0.01
XYZ53.396632.120795.4811
Yxy32.12070.29500.1775
Hunter Lab56.675168.9927-60.2138
CIE-Lab63.442570.1429-54.4627

#e263fc color RGB value is (226,99,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100011 11111100
Octal 342 143 374
Decimal 226 99 252
Hex E2 63 FC

RGB Percentages of Color #e263fc

%39.17
%17.16
%43.67

CMYK Percentages of Color #e263fc

%10
%61
%0
%1

Triadic Colors of #e263fc

#e263fc #fce263 #63fce2

Analogous Colors of #e263fc

#e263fc #fc63ca #9663fc

Monochromatic Colors of #e263fc

#e263fc

Complementary Color

#e263fc #7dfc63

#e263fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e263fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e263fc Color CSS Codes

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

#e263fc Text Font Color

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

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


#e263fc Background Color

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

This div background color is #e263fc


#e263fc Border Color

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

This div border color is #e263fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e263fc

Related Colors


Comments

No comments written yet.

Please login to write comment.