Color Hex Logo

#bd96fd Color Hex

#BD96FD
(189,150,253)
0 Favorites   0 Comments

Color spaces of #bd96fd

RGB 189150253
HSL0.730.960.79
HSV263°41°99°
CMYK 0.250.410.00   0.01
XYZ49.622239.723497.9805
Yxy39.72340.26490.2121
Hunter Lab63.026530.2407-48.0532
CIE-Lab69.272135.0561-46.0677

#bd96fd color RGB value is (189,150,253).

#bd96fd hex color red value is 189, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bd96fd hue: 0.73 , saturation: 0.96 and the lightness value of bd96fd is 0.79.

The process color (four color CMYK) of #bd96fd color hex is 0.25, 0.41, 0.00, 0.01. Web safe color of #bd96fd is #cc99ff. Color #bd96fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 11111101
Octal 275 226 375
Decimal 189 150 253
Hex BD 96 FD

RGB Percentages of Color #bd96fd

%31.93
%25.34
%42.74

CMYK Percentages of Color #bd96fd

%25
%41
%0
%1

Triadic Colors of #bd96fd

#bd96fd #fdbd96 #96fdbd

Analogous Colors of #bd96fd

#bd96fd #f196fd #96a3fd

Monochromatic Colors of #bd96fd

#bd96fd

Complementary Color

#bd96fd #d6fd96

#bd96fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd96fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd96fd Color CSS Codes

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

#bd96fd Text Font Color

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

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


#bd96fd Background Color

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

This div background color is #bd96fd


#bd96fd Border Color

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

This div border color is #bd96fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd96fd

Related Colors


Comments

No comments written yet.

Please login to write comment.