Color Hex Logo

#bdb1ea Color Hex

#BDB1EA
(189,177,234)
0 Favorites   0 Comments

Color spaces of #bdb1ea

RGB 189177234
HSL0.700.580.81
HSV253°24°92°
CMYK 0.190.240.00   0.08
XYZ51.559748.203684.4286
Yxy48.20360.27990.2617
Hunter Lab69.428811.0585-23.4992
CIE-Lab74.953215.7418-26.9254

#bdb1ea color RGB value is (189,177,234).

#bdb1ea hex color red value is 189, green value is 177 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdb1ea hue: 0.70 , saturation: 0.58 and the lightness value of bdb1ea is 0.81.

The process color (four color CMYK) of #bdb1ea color hex is 0.19, 0.24, 0.00, 0.08. Web safe color of #bdb1ea is #cc99ff. Color #bdb1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 11101010
Octal 275 261 352
Decimal 189 177 234
Hex BD B1 EA

RGB Percentages of Color #bdb1ea

%31.50
%29.50
%39.00

CMYK Percentages of Color #bdb1ea

%19
%24
%0
%8

Triadic Colors of #bdb1ea

#bdb1ea #eabdb1 #b1eabd

Analogous Colors of #bdb1ea

#bdb1ea #dab1ea #b1c2ea

Monochromatic Colors of #bdb1ea

#bdb1ea

Complementary Color

#bdb1ea #deeab1

#bdb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb1ea Color CSS Codes

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

#bdb1ea Text Font Color

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

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


#bdb1ea Background Color

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

This div background color is #bdb1ea


#bdb1ea Border Color

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

This div border color is #bdb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb1ea


Comments

No comments written yet.

Please login to write comment.