Color Hex Logo

#e170fb Color Hex

#E170FB
(225,112,251)
0 Favorites   0 Comments

Color spaces of #e170fb

RGB 225112251
HSL0.800.950.71
HSV289°55°98°
CMYK 0.100.550.00   0.02
XYZ54.258134.560995.0780
Yxy34.56090.29500.1879
Hunter Lab58.788561.8643-54.7371
CIE-Lab65.405463.8893-50.8087

#e170fb color RGB value is (225,112,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 11111011
Octal 341 160 373
Decimal 225 112 251
Hex E1 70 FB

RGB Percentages of Color #e170fb

%38.27
%19.05
%42.69

CMYK Percentages of Color #e170fb

%10
%55
%0
%2

Triadic Colors of #e170fb

#e170fb #fbe170 #70fbe1

Analogous Colors of #e170fb

#e170fb #fb70d0 #9c70fb

Monochromatic Colors of #e170fb

#e170fb

Complementary Color

#e170fb #8afb70

#e170fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e170fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e170fb Color CSS Codes

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

#e170fb Text Font Color

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

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


#e170fb Background Color

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

This div background color is #e170fb


#e170fb Border Color

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

This div border color is #e170fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e170fb

Related Colors


Comments

No comments written yet.

Please login to write comment.