Color Hex Logo

#b372dd Color Hex

#B372DD
(179,114,221)
0 Favorites   0 Comments

Color spaces of #b372dd

RGB 179114221
HSL0.770.610.66
HSV276°48°87°
CMYK 0.190.480.00   0.13
XYZ37.658926.838871.6022
Yxy26.83880.27670.1972
Hunter Lab51.806239.0943-45.6814
CIE-Lab58.824844.7162-44.9127

#b372dd color RGB value is (179,114,221).

#b372dd hex color red value is 179, green value is 114 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b372dd hue: 0.77 , saturation: 0.61 and the lightness value of b372dd is 0.66.

The process color (four color CMYK) of #b372dd color hex is 0.19, 0.48, 0.00, 0.13. Web safe color of #b372dd is #cc66cc. Color #b372dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110010 11011101
Octal 263 162 335
Decimal 179 114 221
Hex B3 72 DD

RGB Percentages of Color #b372dd

%34.82
%22.18
%43.00

CMYK Percentages of Color #b372dd

%19
%48
%0
%13

Triadic Colors of #b372dd

#b372dd #ddb372 #72ddb3

Analogous Colors of #b372dd

#b372dd #dd72d2 #7e72dd

Monochromatic Colors of #b372dd

#b372dd

Complementary Color

#b372dd #9cdd72

#b372dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b372dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b372dd Color CSS Codes

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

#b372dd Text Font Color

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

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


#b372dd Background Color

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

This div background color is #b372dd


#b372dd Border Color

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

This div border color is #b372dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b372dd


Comments

No comments written yet.

Please login to write comment.