Color Hex Logo

#b527fc Color Hex

#B527FC
(181,39,252)
0 Favorites   0 Comments

Color spaces of #b527fc

RGB 18139252
HSL0.780.970.57
HSV280°85°99°
CMYK 0.280.850.00   0.01
XYZ37.352318.303193.6596
Yxy18.30310.25020.1226
Hunter Lab42.782180.9764-99.8515
CIE-Lab49.861782.3510-76.6528

#b527fc color RGB value is (181,39,252).

#b527fc hex color red value is 181, green value is 39 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b527fc hue: 0.78 , saturation: 0.97 and the lightness value of b527fc is 0.57.

The process color (four color CMYK) of #b527fc color hex is 0.28, 0.85, 0.00, 0.01. Web safe color of #b527fc is #cc33ff. Color #b527fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 11111100
Octal 265 47 374
Decimal 181 39 252
Hex B5 27 FC

RGB Percentages of Color #b527fc

%38.35
%8.26
%53.39

CMYK Percentages of Color #b527fc

%28
%85
%0
%1

Triadic Colors of #b527fc

#b527fc #fcb527 #27fcb5

Analogous Colors of #b527fc

#b527fc #fc27d9 #4a27fc

Monochromatic Colors of #b527fc

#b527fc

Complementary Color

#b527fc #6efc27

#b527fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b527fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b527fc Color CSS Codes

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

#b527fc Text Font Color

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

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


#b527fc Background Color

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

This div background color is #b527fc


#b527fc Border Color

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

This div border color is #b527fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,39,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b527fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b527fc;
  -webkit-box-shadow: 1px 1px 3px 2px #b527fc;
  box-shadow:         1px 1px 3px 2px #b527fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,39,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b527fc

Related Colors


Comments

No comments written yet.

Please login to write comment.