Color Hex Logo

#b7adfc Color Hex

#B7ADFC
(183,173,252)
0 Favorites   0 Comments

Color spaces of #b7adfc

RGB 183173252
HSL0.690.930.83
HSV248°31°99°
CMYK 0.270.310.00   0.01
XYZ52.042746.982798.4211
Yxy46.98270.26360.2380
Hunter Lab68.543915.5761-37.1528
CIE-Lab74.178720.3494-37.8970

#b7adfc color RGB value is (183,173,252).

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

The process color (four color CMYK) of #b7adfc color hex is 0.27, 0.31, 0.00, 0.01. Web safe color of #b7adfc is #cc99ff. Color #b7adfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 11111100
Octal 267 255 374
Decimal 183 173 252
Hex B7 AD FC

RGB Percentages of Color #b7adfc

%30.10
%28.45
%41.45

CMYK Percentages of Color #b7adfc

%27
%31
%0
%1

Triadic Colors of #b7adfc

#b7adfc #fcb7ad #adfcb7

Analogous Colors of #b7adfc

#b7adfc #dfadfc #adcbfc

Monochromatic Colors of #b7adfc

#b7adfc

Complementary Color

#b7adfc #f2fcad

#b7adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adfc Color CSS Codes

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

#b7adfc Text Font Color

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

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


#b7adfc Background Color

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

This div background color is #b7adfc


#b7adfc Border Color

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

This div border color is #b7adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adfc


Comments

No comments written yet.

Please login to write comment.