Color Hex Logo

#bd95fc Color Hex

#BD95FC
(189,149,252)
0 Favorites   0 Comments

Color spaces of #bd95fc

RGB 189149252
HSL0.730.940.79
HSV263°41°99°
CMYK 0.250.410.00   0.01
XYZ49.304439.342097.0906
Yxy39.34200.26550.2118
Hunter Lab62.723230.5467-47.8700
CIE-Lab68.998335.3749-45.9534

#bd95fc color RGB value is (189,149,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 11111100
Octal 275 225 374
Decimal 189 149 252
Hex BD 95 FC

RGB Percentages of Color #bd95fc

%32.03
%25.25
%42.71

CMYK Percentages of Color #bd95fc

%25
%41
%0
%1

Triadic Colors of #bd95fc

#bd95fc #fcbd95 #95fcbd

Analogous Colors of #bd95fc

#bd95fc #f195fc #95a1fc

Monochromatic Colors of #bd95fc

#bd95fc

Complementary Color

#bd95fc #d4fc95

#bd95fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd95fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd95fc Color CSS Codes

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

#bd95fc Text Font Color

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

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


#bd95fc Background Color

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

This div background color is #bd95fc


#bd95fc Border Color

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

This div border color is #bd95fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd95fc

Related Colors


Comments

No comments written yet.

Please login to write comment.