Color Hex Logo

#e631bb Color Hex

#E631BB
(230,49,187)
0 Favorites   0 Comments

Color spaces of #e631bb

RGB 23049187
HSL0.870.780.55
HSV314°79°90°
CMYK 0.000.790.19   0.10
XYZ42.701122.607549.1268
Yxy22.60750.37310.1976
Hunter Lab47.547377.0986-27.9764
CIE-Lab54.665778.3518-31.5593

#e631bb color RGB value is (230,49,187).

#e631bb hex color red value is 230, green value is 49 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e631bb hue: 0.87 , saturation: 0.78 and the lightness value of e631bb is 0.55.

The process color (four color CMYK) of #e631bb color hex is 0.00, 0.79, 0.19, 0.10. Web safe color of #e631bb is #ff33cc. Color #e631bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110001 10111011
Octal 346 61 273
Decimal 230 49 187
Hex E6 31 BB

RGB Percentages of Color #e631bb

%49.36
%10.52
%40.13

CMYK Percentages of Color #e631bb

%0
%79
%19
%10

Triadic Colors of #e631bb

#e631bb #bbe631 #31bbe6

Analogous Colors of #e631bb

#e631bb #e63161 #b731e6

Monochromatic Colors of #e631bb

#e631bb

Complementary Color

#e631bb #31e65c

#e631bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e631bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e631bb Color CSS Codes

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

#e631bb Text Font Color

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

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


#e631bb Background Color

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

This div background color is #e631bb


#e631bb Border Color

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

This div border color is #e631bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,49,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e631bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e631bb


Comments

No comments written yet.

Please login to write comment.