Color Hex Logo

#b5acfc Color Hex

#B5ACFC
(181,172,252)
0 Favorites   0 Comments

Color spaces of #b5acfc

RGB 181172252
HSL0.690.930.83
HSV247°32°99°
CMYK 0.280.320.00   0.01
XYZ51.379346.357198.3353
Yxy46.35710.26200.2364
Hunter Lab68.086015.5496-37.9711
CIE-Lab73.776720.3368-38.5340

#b5acfc color RGB value is (181,172,252).

#b5acfc hex color red value is 181, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b5acfc hue: 0.69 , saturation: 0.93 and the lightness value of b5acfc is 0.83.

The process color (four color CMYK) of #b5acfc color hex is 0.28, 0.32, 0.00, 0.01. Web safe color of #b5acfc is #cc99ff. Color #b5acfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101100 11111100
Octal 265 254 374
Decimal 181 172 252
Hex B5 AC FC

RGB Percentages of Color #b5acfc

%29.92
%28.43
%41.65

CMYK Percentages of Color #b5acfc

%28
%32
%0
%1

Triadic Colors of #b5acfc

#b5acfc #fcb5ac #acfcb5

Analogous Colors of #b5acfc

#b5acfc #ddacfc #accbfc

Monochromatic Colors of #b5acfc

#b5acfc

Complementary Color

#b5acfc #f3fcac

#b5acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5acfc Color CSS Codes

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

#b5acfc Text Font Color

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

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


#b5acfc Background Color

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

This div background color is #b5acfc


#b5acfc Border Color

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

This div border color is #b5acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5acfc

Related Colors


Comments

No comments written yet.

Please login to write comment.