Color Hex Logo

#bda8f0 Color Hex

#BDA8F0
(189,168,240)
0 Favorites   0 Comments

Color spaces of #bda8f0

RGB 189168240
HSL0.720.710.80
HSV258°30°94°
CMYK 0.210.300.00   0.06
XYZ50.717145.115488.4731
Yxy45.11540.27520.2448
Hunter Lab67.168017.2375-31.0787
CIE-Lab72.967822.0658-33.2368

#bda8f0 color RGB value is (189,168,240).

#bda8f0 hex color red value is 189, green value is 168 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bda8f0 hue: 0.72 , saturation: 0.71 and the lightness value of bda8f0 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 11110000
Octal 275 250 360
Decimal 189 168 240
Hex BD A8 F0

RGB Percentages of Color #bda8f0

%31.66
%28.14
%40.20

CMYK Percentages of Color #bda8f0

%21
%30
%0
%6

Triadic Colors of #bda8f0

#bda8f0 #f0bda8 #a8f0bd

Analogous Colors of #bda8f0

#bda8f0 #e1a8f0 #a8b7f0

Monochromatic Colors of #bda8f0

#bda8f0

Complementary Color

#bda8f0 #dbf0a8

#bda8f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda8f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda8f0 Color CSS Codes

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

#bda8f0 Text Font Color

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

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


#bda8f0 Background Color

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

This div background color is #bda8f0


#bda8f0 Border Color

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

This div border color is #bda8f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda8f0


Comments

No comments written yet.

Please login to write comment.