Color Hex Logo

#e61fbc Color Hex

#E61FBC
(230,31,188)
0 Favorites   0 Comments

Color spaces of #e61fbc

RGB 23031188
HSL0.870.800.51
HSV313°87°90°
CMYK 0.000.870.18   0.10
XYZ42.200221.433849.4899
Yxy21.43380.37300.1895
Hunter Lab46.296781.6867-30.9718
CIE-Lab53.421082.2136-34.0823

#e61fbc color RGB value is (230,31,188).

#e61fbc hex color red value is 230, green value is 31 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e61fbc hue: 0.87 , saturation: 0.80 and the lightness value of e61fbc is 0.51.

The process color (four color CMYK) of #e61fbc color hex is 0.00, 0.87, 0.18, 0.10. Web safe color of #e61fbc is #ff33cc. Color #e61fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011111 10111100
Octal 346 37 274
Decimal 230 31 188
Hex E6 1F BC

RGB Percentages of Color #e61fbc

%51.22
%6.90
%41.87

CMYK Percentages of Color #e61fbc

%0
%87
%18
%10

Triadic Colors of #e61fbc

#e61fbc #bce61f #1fbce6

Analogous Colors of #e61fbc

#e61fbc #e61f59 #ad1fe6

Monochromatic Colors of #e61fbc

#e61fbc

Complementary Color

#e61fbc #1fe649

#e61fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61fbc Color CSS Codes

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

#e61fbc Text Font Color

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

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


#e61fbc Background Color

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

This div background color is #e61fbc


#e61fbc Border Color

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

This div border color is #e61fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,31,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e61fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61fbc


Comments

No comments written yet.

Please login to write comment.