Color Hex Logo

#e165fb Color Hex

#E165FB
(225,101,251)
0 Favorites   0 Comments

Color spaces of #e165fb

RGB 225101251
HSL0.800.950.69
HSV290°60°98°
CMYK 0.100.600.00   0.02
XYZ53.117632.279994.6978
Yxy32.27990.29490.1792
Hunter Lab56.815467.4555-59.0516
CIE-Lab63.573568.8583-53.7119

#e165fb color RGB value is (225,101,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 11111011
Octal 341 145 373
Decimal 225 101 251
Hex E1 65 FB

RGB Percentages of Color #e165fb

%38.99
%17.50
%43.50

CMYK Percentages of Color #e165fb

%10
%60
%0
%2

Triadic Colors of #e165fb

#e165fb #fbe165 #65fbe1

Analogous Colors of #e165fb

#e165fb #fb65ca #9665fb

Monochromatic Colors of #e165fb

#e165fb

Complementary Color

#e165fb #7ffb65

#e165fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e165fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e165fb Color CSS Codes

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

#e165fb Text Font Color

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

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


#e165fb Background Color

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

This div background color is #e165fb


#e165fb Border Color

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

This div border color is #e165fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e165fb


Comments

No comments written yet.

Please login to write comment.