Color Hex Logo

#e661fc Color Hex

#E661FC
(230,97,252)
0 Favorites   0 Comments

Color spaces of #e661fc

RGB 23097252
HSL0.810.960.68
HSV291°62°99°
CMYK 0.090.620.00   0.01
XYZ54.478532.400795.4781
Yxy32.40070.29870.1777
Hunter Lab56.921671.2258-59.6056
CIE-Lab63.672771.9186-54.0638

#e661fc color RGB value is (230,97,252).

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

The process color (four color CMYK) of #e661fc color hex is 0.09, 0.62, 0.00, 0.01. Web safe color of #e661fc is #ff66ff. Color #e661fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100001 11111100
Octal 346 141 374
Decimal 230 97 252
Hex E6 61 FC

RGB Percentages of Color #e661fc

%39.72
%16.75
%43.52

CMYK Percentages of Color #e661fc

%9
%62
%0
%1

Triadic Colors of #e661fc

#e661fc #fce661 #61fce6

Analogous Colors of #e661fc

#e661fc #fc61c5 #9961fc

Monochromatic Colors of #e661fc

#e661fc

Complementary Color

#e661fc #77fc61

#e661fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e661fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e661fc Color CSS Codes

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

#e661fc Text Font Color

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

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


#e661fc Background Color

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

This div background color is #e661fc


#e661fc Border Color

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

This div border color is #e661fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e661fc

Related Colors


Comments

No comments written yet.

Please login to write comment.