Color Hex Logo

#bdafdc Color Hex

#BDAFDC
(189,175,220)
0 Favorites   0 Comments

Color spaces of #bdafdc

RGB 189175220
HSL0.720.390.77
HSV259°20°86°
CMYK 0.140.200.00   0.14
XYZ49.234546.646174.1188
Yxy46.64610.28960.2744
Hunter Lab68.29809.1553-16.5346
CIE-Lab73.962813.7860-20.8269

#bdafdc color RGB value is (189,175,220).

#bdafdc hex color red value is 189, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdafdc hue: 0.72 , saturation: 0.39 and the lightness value of bdafdc is 0.77.

The process color (four color CMYK) of #bdafdc color hex is 0.14, 0.20, 0.00, 0.14. Web safe color of #bdafdc is #cc99cc. Color #bdafdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11011100
Octal 275 257 334
Decimal 189 175 220
Hex BD AF DC

RGB Percentages of Color #bdafdc

%32.36
%29.97
%37.67

CMYK Percentages of Color #bdafdc

%14
%20
%0
%14

Triadic Colors of #bdafdc

#bdafdc #dcbdaf #afdcbd

Analogous Colors of #bdafdc

#bdafdc #d4afdc #afb8dc

Monochromatic Colors of #bdafdc

#bdafdc

Complementary Color

#bdafdc #cedcaf

#bdafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafdc Color CSS Codes

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

#bdafdc Text Font Color

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

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


#bdafdc Background Color

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

This div background color is #bdafdc


#bdafdc Border Color

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

This div border color is #bdafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafdc


Comments

No comments written yet.

Please login to write comment.