Color Hex Logo

#bd96d5 Color Hex

#BD96D5
(189,150,213)
0 Favorites   0 Comments

Color spaces of #bd96d5

RGB 189150213
HSL0.770.430.71
HSV277°30°84°
CMYK 0.110.300.00   0.16
XYZ43.902937.435667.8627
Yxy37.43560.29430.2509
Hunter Lab61.184621.0092-22.9320
CIE-Lab67.602626.1490-26.6966

#bd96d5 color RGB value is (189,150,213).

#bd96d5 hex color red value is 189, green value is 150 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bd96d5 hue: 0.77 , saturation: 0.43 and the lightness value of bd96d5 is 0.71.

The process color (four color CMYK) of #bd96d5 color hex is 0.11, 0.30, 0.00, 0.16. Web safe color of #bd96d5 is #cc99cc. Color #bd96d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 11010101
Octal 275 226 325
Decimal 189 150 213
Hex BD 96 D5

RGB Percentages of Color #bd96d5

%34.24
%27.17
%38.59

CMYK Percentages of Color #bd96d5

%11
%30
%0
%16

Triadic Colors of #bd96d5

#bd96d5 #d5bd96 #96d5bd

Analogous Colors of #bd96d5

#bd96d5 #d596ce #9e96d5

Monochromatic Colors of #bd96d5

#bd96d5

Complementary Color

#bd96d5 #aed596

#bd96d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd96d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd96d5 Color CSS Codes

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

#bd96d5 Text Font Color

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

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


#bd96d5 Background Color

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

This div background color is #bd96d5


#bd96d5 Border Color

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

This div border color is #bd96d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd96d5


Comments

No comments written yet.

Please login to write comment.