Color Hex Logo

#b7bdda Color Hex

#B7BDDA
(183,189,218)
0 Favorites   0 Comments

Color spaces of #b7bdda

RGB 183189218
HSL0.640.320.79
HSV230°16°85°
CMYK 0.160.130.00   0.15
XYZ50.380951.524473.6195
Yxy51.52440.28700.2935
Hunter Lab71.7805-0.3313-10.5626
CIE-Lab76.99563.8066-15.2021

#b7bdda color RGB value is (183,189,218).

#b7bdda hex color red value is 183, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b7bdda hue: 0.64 , saturation: 0.32 and the lightness value of b7bdda is 0.79.

The process color (four color CMYK) of #b7bdda color hex is 0.16, 0.13, 0.00, 0.15. Web safe color of #b7bdda is #cccccc. Color #b7bdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111101 11011010
Octal 267 275 332
Decimal 183 189 218
Hex B7 BD DA

RGB Percentages of Color #b7bdda

%31.02
%32.03
%36.95

CMYK Percentages of Color #b7bdda

%16
%13
%0
%15

Triadic Colors of #b7bdda

#b7bdda #dab7bd #bddab7

Analogous Colors of #b7bdda

#b7bdda #c3b7da #b7cfda

Monochromatic Colors of #b7bdda

#b7bdda

Complementary Color

#b7bdda #dad4b7

#b7bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bdda Color CSS Codes

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

#b7bdda Text Font Color

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

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


#b7bdda Background Color

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

This div background color is #b7bdda


#b7bdda Border Color

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

This div border color is #b7bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bdda


Comments

No comments written yet.

Please login to write comment.