Color Hex Logo

#b352dd Color Hex

#B352DD
(179,82,221)
0 Favorites   0 Comments

Color spaces of #b352dd

RGB 17982221
HSL0.780.670.59
HSV282°63°87°
CMYK 0.190.630.00   0.13
XYZ34.658820.838870.6022
Yxy20.83880.27490.1653
Hunter Lab45.649555.6371-59.7441
CIE-Lab52.772660.7802-54.5341

#b352dd color RGB value is (179,82,221).

#b352dd hex color red value is 179, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b352dd hue: 0.78 , saturation: 0.67 and the lightness value of b352dd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010010 11011101
Octal 263 122 335
Decimal 179 82 221
Hex B3 52 DD

RGB Percentages of Color #b352dd

%37.14
%17.01
%45.85

CMYK Percentages of Color #b352dd

%19
%63
%0
%13

Triadic Colors of #b352dd

#b352dd #ddb352 #52ddb3

Analogous Colors of #b352dd

#b352dd #dd52c2 #6e52dd

Monochromatic Colors of #b352dd

#b352dd

Complementary Color

#b352dd #7cdd52

#b352dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b352dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b352dd Color CSS Codes

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

#b352dd Text Font Color

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

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


#b352dd Background Color

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

This div background color is #b352dd


#b352dd Border Color

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

This div border color is #b352dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b352dd


Comments

No comments written yet.

Please login to write comment.