Color Hex Logo

#b548ce Color Hex

#B548CE
(181,72,206)
0 Favorites   0 Comments

Color spaces of #b548ce

RGB 18172206
HSL0.800.580.55
HSV289°65°81°
CMYK 0.120.650.00   0.19
XYZ32.514018.914760.3297
Yxy18.91470.29090.1692
Hunter Lab43.491057.3377-51.8019
CIE-Lab50.587362.6739-49.4627

#b548ce color RGB value is (181,72,206).

#b548ce hex color red value is 181, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b548ce hue: 0.80 , saturation: 0.58 and the lightness value of b548ce is 0.55.

The process color (four color CMYK) of #b548ce color hex is 0.12, 0.65, 0.00, 0.19. Web safe color of #b548ce is #cc33cc. Color #b548ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001000 11001110
Octal 265 110 316
Decimal 181 72 206
Hex B5 48 CE

RGB Percentages of Color #b548ce

%39.43
%15.69
%44.88

CMYK Percentages of Color #b548ce

%12
%65
%0
%19

Triadic Colors of #b548ce

#b548ce #ceb548 #48ceb5

Analogous Colors of #b548ce

#b548ce #ce48a4 #7248ce

Monochromatic Colors of #b548ce

#b548ce

Complementary Color

#b548ce #61ce48

#b548ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b548ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b548ce Color CSS Codes

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

#b548ce Text Font Color

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

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


#b548ce Background Color

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

This div background color is #b548ce


#b548ce Border Color

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

This div border color is #b548ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b548ce


Comments

No comments written yet.

Please login to write comment.