Color Hex Logo

#b325dc Color Hex

#B325DC
(179,37,220)
0 Favorites   0 Comments

Color spaces of #b325dc

RGB 17937220
HSL0.800.720.50
HSV287°83°86°
CMYK 0.190.830.00   0.14
XYZ32.170216.074169.1172
Yxy16.07410.27410.1370
Hunter Lab40.092573.0663-74.1478
CIE-Lab47.071676.5909-63.1412

#b325dc color RGB value is (179,37,220).

#b325dc hex color red value is 179, green value is 37 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b325dc hue: 0.80 , saturation: 0.72 and the lightness value of b325dc is 0.50.

The process color (four color CMYK) of #b325dc color hex is 0.19, 0.83, 0.00, 0.14. Web safe color of #b325dc is #cc33cc. Color #b325dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 11011100
Octal 263 45 334
Decimal 179 37 220
Hex B3 25 DC

RGB Percentages of Color #b325dc

%41.06
%8.49
%50.46

CMYK Percentages of Color #b325dc

%19
%83
%0
%14

Triadic Colors of #b325dc

#b325dc #dcb325 #25dcb3

Analogous Colors of #b325dc

#b325dc #dc25aa #5825dc

Monochromatic Colors of #b325dc

#b325dc

Complementary Color

#b325dc #4edc25

#b325dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325dc Color CSS Codes

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

#b325dc Text Font Color

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

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


#b325dc Background Color

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

This div background color is #b325dc


#b325dc Border Color

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

This div border color is #b325dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,37,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325dc


Comments

No comments written yet.

Please login to write comment.