Color Hex Logo

#b325ec Color Hex

#B325EC
(179,37,236)
0 Favorites   0 Comments

Color spaces of #b325ec

RGB 17937236
HSL0.790.840.54
HSV283°84°93°
CMYK 0.240.840.00   0.07
XYZ34.392316.963080.8184
Yxy16.96300.26020.1283
Hunter Lab41.186276.9798-87.5127
CIE-Lab48.213479.5142-70.3713

#b325ec color RGB value is (179,37,236).

#b325ec hex color red value is 179, green value is 37 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b325ec hue: 0.79 , saturation: 0.84 and the lightness value of b325ec is 0.54.

The process color (four color CMYK) of #b325ec color hex is 0.24, 0.84, 0.00, 0.07. Web safe color of #b325ec is #cc33ff. Color #b325ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 11101100
Octal 263 45 354
Decimal 179 37 236
Hex B3 25 EC

RGB Percentages of Color #b325ec

%39.60
%8.19
%52.21

CMYK Percentages of Color #b325ec

%24
%84
%0
%7

Triadic Colors of #b325ec

#b325ec #ecb325 #25ecb3

Analogous Colors of #b325ec

#b325ec #ec25c2 #5025ec

Monochromatic Colors of #b325ec

#b325ec

Complementary Color

#b325ec #5eec25

#b325ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325ec Color CSS Codes

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

#b325ec Text Font Color

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

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


#b325ec Background Color

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

This div background color is #b325ec


#b325ec Border Color

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

This div border color is #b325ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325ec


Comments

No comments written yet.

Please login to write comment.