Color Hex Logo

#b7b2fa Color Hex

#B7B2FA
(183,178,250)
0 Favorites   0 Comments

Color spaces of #b7b2fa

RGB 183178250
HSL0.680.880.84
HSV244°29°98°
CMYK 0.270.290.00   0.02
XYZ52.704248.810297.0860
Yxy48.81020.26540.2458
Hunter Lab69.864312.3942-33.4866
CIE-Lab75.333117.0994-35.0283

#b7b2fa color RGB value is (183,178,250).

#b7b2fa hex color red value is 183, green value is 178 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b7b2fa hue: 0.68 , saturation: 0.88 and the lightness value of b7b2fa is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10110010 11111010
Octal 267 262 372
Decimal 183 178 250
Hex B7 B2 FA

RGB Percentages of Color #b7b2fa

%29.95
%29.13
%40.92

CMYK Percentages of Color #b7b2fa

%27
%29
%0
%2

Triadic Colors of #b7b2fa

#b7b2fa #fab7b2 #b2fab7

Analogous Colors of #b7b2fa

#b7b2fa #dbb2fa #b2d1fa

Monochromatic Colors of #b7b2fa

#b7b2fa

Complementary Color

#b7b2fa #f5fab2

#b7b2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7b2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7b2fa Color CSS Codes

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

#b7b2fa Text Font Color

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

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


#b7b2fa Background Color

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

This div background color is #b7b2fa


#b7b2fa Border Color

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

This div border color is #b7b2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7b2fa


Comments

No comments written yet.

Please login to write comment.