Color Hex Logo

#b325ca Color Hex

#B325CA
(179,37,202)
0 Favorites   0 Comments

Color spaces of #b325ca

RGB 17937202
HSL0.810.690.47
HSV292°82°79°
CMYK 0.110.820.00   0.21
XYZ29.912615.171157.2289
Yxy15.17110.29240.1483
Hunter Lab38.950168.9204-59.8490
CIE-Lab45.867773.4306-54.7359

#b325ca color RGB value is (179,37,202).

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

The process color (four color CMYK) of #b325ca color hex is 0.11, 0.82, 0.00, 0.21. Web safe color of #b325ca is #cc33cc. Color #b325ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 11001010
Octal 263 45 312
Decimal 179 37 202
Hex B3 25 CA

RGB Percentages of Color #b325ca

%42.82
%8.85
%48.33

CMYK Percentages of Color #b325ca

%11
%82
%0
%21

Triadic Colors of #b325ca

#b325ca #cab325 #25cab3

Analogous Colors of #b325ca

#b325ca #ca258f #6125ca

Monochromatic Colors of #b325ca

#b325ca

Complementary Color

#b325ca #3cca25

#b325ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325ca Color CSS Codes

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

#b325ca Text Font Color

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

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


#b325ca Background Color

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

This div background color is #b325ca


#b325ca Border Color

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

This div border color is #b325ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325ca


Comments

No comments written yet.

Please login to write comment.