Color Hex Logo

#b488ff Color Hex

#B488FF
(180,136,255)
0 Favorites   0 Comments

Color spaces of #b488ff

RGB 180136255
HSL0.731.000.77
HSV262°47°100°
CMYK 0.290.470.00   0.00
XYZ45.676634.531698.8656
Yxy34.53160.25510.1928
Hunter Lab58.763635.9107-58.6167
CIE-Lab65.382340.8553-53.3538

#b488ff color RGB value is (180,136,255).

#b488ff hex color red value is 180, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b488ff hue: 0.73 , saturation: 1.00 and the lightness value of b488ff is 0.77.

The process color (four color CMYK) of #b488ff color hex is 0.29, 0.47, 0.00, 0.00. Web safe color of #b488ff is #cc99ff. Color #b488ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001000 11111111
Octal 264 210 377
Decimal 180 136 255
Hex B4 88 FF

RGB Percentages of Color #b488ff

%31.52
%23.82
%44.66

CMYK Percentages of Color #b488ff

%29
%47
%0
%0

Triadic Colors of #b488ff

#b488ff #ffb488 #88ffb4

Analogous Colors of #b488ff

#b488ff #f088ff #8898ff

Monochromatic Colors of #b488ff

#b488ff

Complementary Color

#b488ff #d3ff88

#b488ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b488ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b488ff Color CSS Codes

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

#b488ff Text Font Color

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

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


#b488ff Background Color

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

This div background color is #b488ff


#b488ff Border Color

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

This div border color is #b488ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,136,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b488ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b488ff;
  -webkit-box-shadow: 1px 1px 3px 2px #b488ff;
  box-shadow:         1px 1px 3px 2px #b488ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,136,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b488ff


Comments

No comments written yet.

Please login to write comment.