Color Hex Logo

#e650fb Color Hex

#E650FB
(230,80,251)
0 Favorites   0 Comments

Color spaces of #e650fb

RGB 23080251
HSL0.810.960.65
HSV293°68°98°
CMYK 0.080.680.00   0.02
XYZ52.914429.525494.1769
Yxy29.52540.29960.1672
Hunter Lab54.337378.7355-64.7248
CIE-Lab61.242578.3799-57.3801

#e650fb color RGB value is (230,80,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010000 11111011
Octal 346 120 373
Decimal 230 80 251
Hex E6 50 FB

RGB Percentages of Color #e650fb

%41.00
%14.26
%44.74

CMYK Percentages of Color #e650fb

%8
%68
%0
%2

Triadic Colors of #e650fb

#e650fb #fbe650 #50fbe6

Analogous Colors of #e650fb

#e650fb #fb50bb #9150fb

Monochromatic Colors of #e650fb

#e650fb

Complementary Color

#e650fb #65fb50

#e650fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e650fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e650fb Color CSS Codes

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

#e650fb Text Font Color

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

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


#e650fb Background Color

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

This div background color is #e650fb


#e650fb Border Color

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

This div border color is #e650fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e650fb

#e650fb Color Palettes


Comments

No comments written yet.

Please login to write comment.