Color Hex Logo

#e664fb Color Hex

#E664FB
(230,100,251)
0 Favorites   0 Comments

Color spaces of #e664fb

RGB 230100251
HSL0.810.950.69
HSV292°60°98°
CMYK 0.080.600.00   0.02
XYZ54.602932.902494.7397
Yxy32.90240.29960.1805
Hunter Lab57.360669.5372-57.7739
CIE-Lab64.081870.4711-52.8637

#e664fb color RGB value is (230,100,251).

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

The process color (four color CMYK) of #e664fb color hex is 0.08, 0.60, 0.00, 0.02. Web safe color of #e664fb is #ff66ff. Color #e664fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100100 11111011
Octal 346 144 373
Decimal 230 100 251
Hex E6 64 FB

RGB Percentages of Color #e664fb

%39.59
%17.21
%43.20

CMYK Percentages of Color #e664fb

%8
%60
%0
%2

Triadic Colors of #e664fb

#e664fb #fbe664 #64fbe6

Analogous Colors of #e664fb

#e664fb #fb64c5 #9b64fb

Monochromatic Colors of #e664fb

#e664fb

Complementary Color

#e664fb #79fb64

#e664fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e664fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e664fb Color CSS Codes

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

#e664fb Text Font Color

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

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


#e664fb Background Color

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

This div background color is #e664fb


#e664fb Border Color

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

This div border color is #e664fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e664fb


Comments

No comments written yet.

Please login to write comment.