Color Hex Logo

#e61ffc Color Hex

#E61FFC
(230,31,252)
0 Favorites   0 Comments

Color spaces of #e61ffc

RGB 23031252
HSL0.820.970.55
HSV294°88°99°
CMYK 0.090.880.00   0.01
XYZ50.693824.831294.2165
Yxy24.83120.29870.1463
Hunter Lab49.830994.3869-77.2194
CIE-Lab56.910691.2159-64.8757

#e61ffc color RGB value is (230,31,252).

#e61ffc hex color red value is 230, green value is 31 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e61ffc hue: 0.82 , saturation: 0.97 and the lightness value of e61ffc is 0.55.

The process color (four color CMYK) of #e61ffc color hex is 0.09, 0.88, 0.00, 0.01. Web safe color of #e61ffc is #ff33ff. Color #e61ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011111 11111100
Octal 346 37 374
Decimal 230 31 252
Hex E6 1F FC

RGB Percentages of Color #e61ffc

%44.83
%6.04
%49.12

CMYK Percentages of Color #e61ffc

%9
%88
%0
%1

Triadic Colors of #e61ffc

#e61ffc #fce61f #1ffce6

Analogous Colors of #e61ffc

#e61ffc #fc1fa4 #781ffc

Monochromatic Colors of #e61ffc

#e61ffc

Complementary Color

#e61ffc #35fc1f

#e61ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61ffc Color CSS Codes

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

#e61ffc Text Font Color

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

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


#e61ffc Background Color

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

This div background color is #e61ffc


#e61ffc Border Color

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

This div border color is #e61ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61ffc


Comments

No comments written yet.

Please login to write comment.