Color Hex Logo

#bda4fb Color Hex

#BDA4FB
(189,164,251)
0 Favorites   0 Comments

Color spaces of #bda4fb

RGB 189164251
HSL0.710.920.81
HSV257°35°98°
CMYK 0.250.350.00   0.02
XYZ51.674344.334897.1007
Yxy44.33480.26760.2296
Hunter Lab66.584422.0062-39.8542
CIE-Lab72.451726.8258-40.0059

#bda4fb color RGB value is (189,164,251).

#bda4fb hex color red value is 189, green value is 164 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bda4fb hue: 0.71 , saturation: 0.92 and the lightness value of bda4fb is 0.81.

The process color (four color CMYK) of #bda4fb color hex is 0.25, 0.35, 0.00, 0.02. Web safe color of #bda4fb is #cc99ff. Color #bda4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 11111011
Octal 275 244 373
Decimal 189 164 251
Hex BD A4 FB

RGB Percentages of Color #bda4fb

%31.29
%27.15
%41.56

CMYK Percentages of Color #bda4fb

%25
%35
%0
%2

Triadic Colors of #bda4fb

#bda4fb #fbbda4 #a4fbbd

Analogous Colors of #bda4fb

#bda4fb #e9a4fb #a4b7fb

Monochromatic Colors of #bda4fb

#bda4fb

Complementary Color

#bda4fb #e2fba4

#bda4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda4fb Color CSS Codes

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

#bda4fb Text Font Color

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

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


#bda4fb Background Color

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

This div background color is #bda4fb


#bda4fb Border Color

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

This div border color is #bda4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.