Color Hex Logo

#e178fb Color Hex

#E178FB
(225,120,251)
0 Favorites   0 Comments

Color spaces of #e178fb

RGB 225120251
HSL0.800.940.73
HSV288°52°98°
CMYK 0.100.520.00   0.02
XYZ55.180436.405595.3854
Yxy36.40550.29510.1947
Hunter Lab60.337057.6552-51.4944
CIE-Lab66.828660.0917-48.5606

#e178fb color RGB value is (225,120,251).

#e178fb hex color red value is 225, green value is 120 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e178fb hue: 0.80 , saturation: 0.94 and the lightness value of e178fb is 0.73.

The process color (four color CMYK) of #e178fb color hex is 0.10, 0.52, 0.00, 0.02. Web safe color of #e178fb is #cc66ff. Color #e178fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111000 11111011
Octal 341 170 373
Decimal 225 120 251
Hex E1 78 FB

RGB Percentages of Color #e178fb

%37.75
%20.13
%42.11

CMYK Percentages of Color #e178fb

%10
%52
%0
%2

Triadic Colors of #e178fb

#e178fb #fbe178 #78fbe1

Analogous Colors of #e178fb

#e178fb #fb78d4 #a078fb

Monochromatic Colors of #e178fb

#e178fb

Complementary Color

#e178fb #92fb78

#e178fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e178fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e178fb Color CSS Codes

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

#e178fb Text Font Color

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

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


#e178fb Background Color

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

This div background color is #e178fb


#e178fb Border Color

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

This div border color is #e178fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,120,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e178fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e178fb;
  -webkit-box-shadow: 1px 1px 3px 2px #e178fb;
  box-shadow:         1px 1px 3px 2px #e178fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,120,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e178fb


Comments

No comments written yet.

Please login to write comment.