Color Hex Logo

#e642fb Color Hex

#E642FB
(230,66,251)
0 Favorites   0 Comments

Color spaces of #e642fb

RGB 23066251
HSL0.810.960.62
HSV293°74°98°
CMYK 0.080.740.00   0.02
XYZ51.993927.684593.8700
Yxy27.68450.29960.1595
Hunter Lab52.616184.3112-68.9454
CIE-Lab59.602683.0494-60.0004

#e642fb color RGB value is (230,66,251).

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

The process color (four color CMYK) of #e642fb color hex is 0.08, 0.74, 0.00, 0.02. Web safe color of #e642fb is #ff33ff. Color #e642fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000010 11111011
Octal 346 102 373
Decimal 230 66 251
Hex E6 42 FB

RGB Percentages of Color #e642fb

%42.05
%12.07
%45.89

CMYK Percentages of Color #e642fb

%8
%74
%0
%2

Triadic Colors of #e642fb

#e642fb #fbe642 #42fbe6

Analogous Colors of #e642fb

#e642fb #fb42b4 #8a42fb

Monochromatic Colors of #e642fb

#e642fb

Complementary Color

#e642fb #57fb42

#e642fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e642fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e642fb Color CSS Codes

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

#e642fb Text Font Color

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

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


#e642fb Background Color

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

This div background color is #e642fb


#e642fb Border Color

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

This div border color is #e642fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e642fb


Comments

No comments written yet.

Please login to write comment.