Color Hex Logo

#b631dd Color Hex

#B631DD
(182,49,221)
0 Favorites   0 Comments

Color spaces of #b631dd

RGB 18249221
HSL0.800.720.53
HSV286°78°87°
CMYK 0.180.780.00   0.13
XYZ33.440917.362269.9953
Yxy17.36220.27680.1437
Hunter Lab41.668070.3374-70.4298
CIE-Lab48.713274.0436-61.0356

#b631dd color RGB value is (182,49,221).

#b631dd hex color red value is 182, green value is 49 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b631dd hue: 0.80 , saturation: 0.72 and the lightness value of b631dd is 0.53.

The process color (four color CMYK) of #b631dd color hex is 0.18, 0.78, 0.00, 0.13. Web safe color of #b631dd is #cc33cc. Color #b631dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110001 11011101
Octal 266 61 335
Decimal 182 49 221
Hex B6 31 DD

RGB Percentages of Color #b631dd

%40.27
%10.84
%48.89

CMYK Percentages of Color #b631dd

%18
%78
%0
%13

Triadic Colors of #b631dd

#b631dd #ddb631 #31ddb6

Analogous Colors of #b631dd

#b631dd #dd31ae #6031dd

Monochromatic Colors of #b631dd

#b631dd

Complementary Color

#b631dd #58dd31

#b631dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b631dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b631dd Color CSS Codes

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

#b631dd Text Font Color

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

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


#b631dd Background Color

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

This div background color is #b631dd


#b631dd Border Color

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

This div border color is #b631dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b631dd


Comments

No comments written yet.

Please login to write comment.