Color Hex Logo

#b520ca Color Hex

#B520CA
(181,32,202)
0 Favorites   0 Comments

Color spaces of #b520ca

RGB 18132202
HSL0.810.730.46
HSV293°84°79°
CMYK 0.100.840.00   0.21
XYZ30.233215.121057.2023
Yxy15.12100.29480.1474
Hunter Lab38.885770.7316-59.9977
CIE-Lab45.799574.9352-54.8285

#b520ca color RGB value is (181,32,202).

#b520ca hex color red value is 181, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b520ca hue: 0.81 , saturation: 0.73 and the lightness value of b520ca is 0.46.

The process color (four color CMYK) of #b520ca color hex is 0.10, 0.84, 0.00, 0.21. Web safe color of #b520ca is #cc33cc. Color #b520ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100000 11001010
Octal 265 40 312
Decimal 181 32 202
Hex B5 20 CA

RGB Percentages of Color #b520ca

%43.61
%7.71
%48.67

CMYK Percentages of Color #b520ca

%10
%84
%0
%21

Triadic Colors of #b520ca

#b520ca #cab520 #20cab5

Analogous Colors of #b520ca

#b520ca #ca208a #6020ca

Monochromatic Colors of #b520ca

#b520ca

Complementary Color

#b520ca #35ca20

#b520ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b520ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b520ca Color CSS Codes

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

#b520ca Text Font Color

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

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


#b520ca Background Color

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

This div background color is #b520ca


#b520ca Border Color

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

This div border color is #b520ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,32,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 #b520ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b520ca


Comments

No comments written yet.

Please login to write comment.