Color Hex Logo

#bdb7ed Color Hex

#BDB7ED
(189,183,237)
0 Favorites   0 Comments

Color spaces of #bdb7ed

RGB 189183237
HSL0.690.600.82
HSV247°23°93°
CMYK 0.200.230.00   0.07
XYZ53.205850.800287.1219
Yxy50.80020.27840.2658
Hunter Lab71.27438.5192-22.5810
CIE-Lab76.557813.1194-26.0921

#bdb7ed color RGB value is (189,183,237).

#bdb7ed hex color red value is 189, green value is 183 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bdb7ed hue: 0.69 , saturation: 0.60 and the lightness value of bdb7ed is 0.82.

The process color (four color CMYK) of #bdb7ed color hex is 0.20, 0.23, 0.00, 0.07. Web safe color of #bdb7ed is #ccccff. Color #bdb7ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 11101101
Octal 275 267 355
Decimal 189 183 237
Hex BD B7 ED

RGB Percentages of Color #bdb7ed

%31.03
%30.05
%38.92

CMYK Percentages of Color #bdb7ed

%20
%23
%0
%7

Triadic Colors of #bdb7ed

#bdb7ed #edbdb7 #b7edbd

Analogous Colors of #bdb7ed

#bdb7ed #d8b7ed #b7cced

Monochromatic Colors of #bdb7ed

#bdb7ed

Complementary Color

#bdb7ed #e7edb7

#bdb7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7ed Color CSS Codes

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

#bdb7ed Text Font Color

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

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


#bdb7ed Background Color

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

This div background color is #bdb7ed


#bdb7ed Border Color

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

This div border color is #bdb7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7ed


Comments

No comments written yet.

Please login to write comment.