Color Hex Logo

#b530be Color Hex

#B530BE
(181,48,190)
0 Favorites   0 Comments

Color spaces of #b530be

RGB 18148190
HSL0.820.600.47
HSV296°75°75°
CMYK 0.050.750.00   0.25
XYZ29.407315.655450.1871
Yxy15.65540.30870.1644
Hunter Lab39.566963.4244-47.5073
CIE-Lab46.519168.6967-46.7009

#b530be color RGB value is (181,48,190).

#b530be hex color red value is 181, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b530be hue: 0.82 , saturation: 0.60 and the lightness value of b530be is 0.47.

The process color (four color CMYK) of #b530be color hex is 0.05, 0.75, 0.00, 0.25. Web safe color of #b530be is #cc33cc. Color #b530be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 10111110
Octal 265 60 276
Decimal 181 48 190
Hex B5 30 BE

RGB Percentages of Color #b530be

%43.20
%11.46
%45.35

CMYK Percentages of Color #b530be

%5
%75
%0
%25

Triadic Colors of #b530be

#b530be #beb530 #30beb5

Analogous Colors of #b530be

#b530be #be3080 #6e30be

Monochromatic Colors of #b530be

#b530be

Complementary Color

#b530be #39be30

#b530be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b530be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b530be Color CSS Codes

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

#b530be Text Font Color

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

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


#b530be Background Color

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

This div background color is #b530be


#b530be Border Color

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

This div border color is #b530be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b530be


Comments

No comments written yet.

Please login to write comment.