Color Hex Logo

#b325cd Color Hex

#B325CD
(179,37,205)
0 Favorites   0 Comments

Color spaces of #b325cd

RGB 17937205
HSL0.810.690.47
HSV291°82°80°
CMYK 0.130.820.00   0.20
XYZ30.271415.314659.1181
Yxy15.31460.28910.1463
Hunter Lab39.133969.5916-62.1735
CIE-Lab46.062173.9469-56.1575

#b325cd color RGB value is (179,37,205).

#b325cd hex color red value is 179, green value is 37 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b325cd hue: 0.81 , saturation: 0.69 and the lightness value of b325cd is 0.47.

The process color (four color CMYK) of #b325cd color hex is 0.13, 0.82, 0.00, 0.20. Web safe color of #b325cd is #cc33cc. Color #b325cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 11001101
Octal 263 45 315
Decimal 179 37 205
Hex B3 25 CD

RGB Percentages of Color #b325cd

%42.52
%8.79
%48.69

CMYK Percentages of Color #b325cd

%13
%82
%0
%20

Triadic Colors of #b325cd

#b325cd #cdb325 #25cdb3

Analogous Colors of #b325cd

#b325cd #cd2593 #5f25cd

Monochromatic Colors of #b325cd

#b325cd

Complementary Color

#b325cd #3fcd25

#b325cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325cd Color CSS Codes

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

#b325cd Text Font Color

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

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


#b325cd Background Color

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

This div background color is #b325cd


#b325cd Border Color

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

This div border color is #b325cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325cd


Comments

No comments written yet.

Please login to write comment.