Color Hex Logo

#bd96ec Color Hex

#BD96EC
(189,150,236)
0 Favorites   0 Comments

Color spaces of #bd96ec

RGB 189150236
HSL0.740.690.76
HSV267°36°93°
CMYK 0.200.360.00   0.07
XYZ47.032938.687684.3454
Yxy38.68760.27660.2275
Hunter Lab62.199426.1264-36.8606
CIE-Lab68.524431.1508-37.9491

#bd96ec color RGB value is (189,150,236).

#bd96ec hex color red value is 189, green value is 150 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bd96ec hue: 0.74 , saturation: 0.69 and the lightness value of bd96ec is 0.76.

The process color (four color CMYK) of #bd96ec color hex is 0.20, 0.36, 0.00, 0.07. Web safe color of #bd96ec is #cc99ff. Color #bd96ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 11101100
Octal 275 226 354
Decimal 189 150 236
Hex BD 96 EC

RGB Percentages of Color #bd96ec

%32.87
%26.09
%41.04

CMYK Percentages of Color #bd96ec

%20
%36
%0
%7

Triadic Colors of #bd96ec

#bd96ec #ecbd96 #96ecbd

Analogous Colors of #bd96ec

#bd96ec #e896ec #969aec

Monochromatic Colors of #bd96ec

#bd96ec

Complementary Color

#bd96ec #c5ec96

#bd96ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd96ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd96ec Color CSS Codes

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

#bd96ec Text Font Color

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

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


#bd96ec Background Color

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

This div background color is #bd96ec


#bd96ec Border Color

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

This div border color is #bd96ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd96ec


Comments

No comments written yet.

Please login to write comment.