Color Hex Logo

#e631fb Color Hex

#E631FB
(230,49,251)
0 Favorites   0 Comments

Color spaces of #e631fb

RGB 23049251
HSL0.820.960.59
HSV294°80°98°
CMYK 0.080.800.00   0.02
XYZ51.144025.984793.5867
Yxy25.98470.29960.1522
Hunter Lab50.975289.8845-73.1694
CIE-Lab58.022587.6198-62.5330

#e631fb color RGB value is (230,49,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110001 11111011
Octal 346 61 373
Decimal 230 49 251
Hex E6 31 FB

RGB Percentages of Color #e631fb

%43.40
%9.25
%47.36

CMYK Percentages of Color #e631fb

%8
%80
%0
%2

Triadic Colors of #e631fb

#e631fb #fbe631 #31fbe6

Analogous Colors of #e631fb

#e631fb #fb31ab #8131fb

Monochromatic Colors of #e631fb

#e631fb

Complementary Color

#e631fb #46fb31

#e631fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e631fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e631fb Color CSS Codes

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

#e631fb Text Font Color

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

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


#e631fb Background Color

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

This div background color is #e631fb


#e631fb Border Color

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

This div border color is #e631fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e631fb

Related Colors


Comments

No comments written yet.

Please login to write comment.