Color Hex Logo

#b28afd Color Hex

#B28AFD
(178,138,253)
0 Favorites   0 Comments

Color spaces of #b28afd

RGB 178138253
HSL0.720.970.77
HSV261°45°99°
CMYK 0.300.450.00   0.01
XYZ45.178234.733897.2516
Yxy34.73380.25500.1961
Hunter Lab58.935433.6961-56.5820
CIE-Lab65.540938.7423-52.0208

#b28afd color RGB value is (178,138,253).

#b28afd hex color red value is 178, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b28afd hue: 0.72 , saturation: 0.97 and the lightness value of b28afd is 0.77.

The process color (four color CMYK) of #b28afd color hex is 0.30, 0.45, 0.00, 0.01. Web safe color of #b28afd is #9999ff. Color #b28afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11111101
Octal 262 212 375
Decimal 178 138 253
Hex B2 8A FD

RGB Percentages of Color #b28afd

%31.28
%24.25
%44.46

CMYK Percentages of Color #b28afd

%30
%45
%0
%1

Triadic Colors of #b28afd

#b28afd #fdb28a #8afdb2

Analogous Colors of #b28afd

#b28afd #ec8afd #8a9cfd

Monochromatic Colors of #b28afd

#b28afd

Complementary Color

#b28afd #d5fd8a

#b28afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28afd Color CSS Codes

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

#b28afd Text Font Color

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

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


#b28afd Background Color

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

This div background color is #b28afd


#b28afd Border Color

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

This div border color is #b28afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,138,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b28afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b28afd;
  -webkit-box-shadow: 1px 1px 3px 2px #b28afd;
  box-shadow:         1px 1px 3px 2px #b28afd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,138,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28afd


Comments

No comments written yet.

Please login to write comment.