Color Hex Logo

#bdb2ff Color Hex

#BDB2FF
(189,178,255)
2 Favorites   0 Comments

Color spaces of #bdb2ff

RGB 189178255
HSL0.691.000.85
HSV249°30°100°
CMYK 0.260.300.00   0.00
XYZ54.956749.8796101.3389
Yxy49.87960.26660.2419
Hunter Lab70.625515.3038-35.6360
CIE-Lab75.995320.0156-36.6573

#bdb2ff color RGB value is (189,178,255).

#bdb2ff hex color red value is 189, green value is 178 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bdb2ff hue: 0.69 , saturation: 1.00 and the lightness value of bdb2ff is 0.85.

The process color (four color CMYK) of #bdb2ff color hex is 0.26, 0.30, 0.00, 0.00. Web safe color of #bdb2ff is #cc99ff. Color #bdb2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 11111111
Octal 275 262 377
Decimal 189 178 255
Hex BD B2 FF

RGB Percentages of Color #bdb2ff

%30.39
%28.62
%41.00

CMYK Percentages of Color #bdb2ff

%26
%30
%0
%0

Triadic Colors of #bdb2ff

#bdb2ff #ffbdb2 #b2ffbd

Analogous Colors of #bdb2ff

#bdb2ff #e4b2ff #b2ceff

Monochromatic Colors of #bdb2ff

#bdb2ff

Complementary Color

#bdb2ff #f4ffb2

#bdb2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb2ff Color CSS Codes

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

#bdb2ff Text Font Color

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

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


#bdb2ff Background Color

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

This div background color is #bdb2ff


#bdb2ff Border Color

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

This div border color is #bdb2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb2ff

Related Colors

#bdb2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.