Color Hex Logo

#b645dd Color Hex

#B645DD
(182,69,221)
0 Favorites   0 Comments

Color spaces of #b645dd

RGB 18269221
HSL0.790.690.57
HSV285°69°87°
CMYK 0.180.690.00   0.13
XYZ34.470719.421870.3386
Yxy19.42180.27750.1563
Hunter Lab44.070262.4959-63.7812
CIE-Lab51.177167.0101-57.0693

#b645dd color RGB value is (182,69,221).

#b645dd hex color red value is 182, green value is 69 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b645dd hue: 0.79 , saturation: 0.69 and the lightness value of b645dd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000101 11011101
Octal 266 105 335
Decimal 182 69 221
Hex B6 45 DD

RGB Percentages of Color #b645dd

%38.56
%14.62
%46.82

CMYK Percentages of Color #b645dd

%18
%69
%0
%13

Triadic Colors of #b645dd

#b645dd #ddb645 #45ddb6

Analogous Colors of #b645dd

#b645dd #dd45b8 #6a45dd

Monochromatic Colors of #b645dd

#b645dd

Complementary Color

#b645dd #6cdd45

#b645dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b645dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b645dd Color CSS Codes

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

#b645dd Text Font Color

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

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


#b645dd Background Color

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

This div background color is #b645dd


#b645dd Border Color

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

This div border color is #b645dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b645dd


Comments

No comments written yet.

Please login to write comment.