Color Hex Logo

#bdafca Color Hex

#BDAFCA
(189,175,202)
0 Favorites   0 Comments

Color spaces of #bdafca

RGB 189175202
HSL0.750.200.74
HSV271°13°79°
CMYK 0.060.130.00   0.21
XYZ46.976945.743062.2305
Yxy45.74300.30320.2952
Hunter Lab67.63365.6237-7.2100
CIE-Lab73.378510.0709-11.8749

#bdafca color RGB value is (189,175,202).

#bdafca hex color red value is 189, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdafca hue: 0.75 , saturation: 0.20 and the lightness value of bdafca is 0.74.

The process color (four color CMYK) of #bdafca color hex is 0.06, 0.13, 0.00, 0.21. Web safe color of #bdafca is #cc99cc. Color #bdafca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11001010
Octal 275 257 312
Decimal 189 175 202
Hex BD AF CA

RGB Percentages of Color #bdafca

%33.39
%30.92
%35.69

CMYK Percentages of Color #bdafca

%6
%13
%0
%21

Triadic Colors of #bdafca

#bdafca #cabdaf #afcabd

Analogous Colors of #bdafca

#bdafca #caafca #b0afca

Monochromatic Colors of #bdafca

#bdafca

Complementary Color

#bdafca #bccaaf

#bdafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafca Color CSS Codes

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

#bdafca Text Font Color

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

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


#bdafca Background Color

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

This div background color is #bdafca


#bdafca Border Color

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

This div border color is #bdafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafca

#bdafca Color Palettes


Comments

No comments written yet.

Please login to write comment.