Color Hex Logo

#b631ee Color Hex

#B631EE
(182,49,238)
0 Favorites   0 Comments

Color spaces of #b631ee

RGB 18249238
HSL0.780.850.56
HSV282°79°93°
CMYK 0.240.790.00   0.07
XYZ35.822318.314882.5360
Yxy18.31480.26210.1340
Hunter Lab42.795874.5211-84.3897
CIE-Lab49.875777.2202-68.7790

#b631ee color RGB value is (182,49,238).

#b631ee hex color red value is 182, green value is 49 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b631ee hue: 0.78 , saturation: 0.85 and the lightness value of b631ee is 0.56.

The process color (four color CMYK) of #b631ee color hex is 0.24, 0.79, 0.00, 0.07. Web safe color of #b631ee is #cc33ff. Color #b631ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110001 11101110
Octal 266 61 356
Decimal 182 49 238
Hex B6 31 EE

RGB Percentages of Color #b631ee

%38.81
%10.45
%50.75

CMYK Percentages of Color #b631ee

%24
%79
%0
%7

Triadic Colors of #b631ee

#b631ee #eeb631 #31eeb6

Analogous Colors of #b631ee

#b631ee #ee31c8 #5731ee

Monochromatic Colors of #b631ee

#b631ee

Complementary Color

#b631ee #69ee31

#b631ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b631ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b631ee Color CSS Codes

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

#b631ee Text Font Color

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

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


#b631ee Background Color

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

This div background color is #b631ee


#b631ee Border Color

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

This div border color is #b631ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b631ee


Comments

No comments written yet.

Please login to write comment.