Color Hex Logo

#b994cd Color Hex

#B994CD
(185,148,205)
0 Favorites   0 Comments

Color spaces of #b994cd

RGB 185148205
HSL0.770.360.69
HSV279°28°80°
CMYK 0.100.280.00   0.20
XYZ41.616935.901962.4939
Yxy35.90190.29720.2564
Hunter Lab59.918219.1225-19.8960
CIE-Lab66.444924.3106-24.0631

#b994cd color RGB value is (185,148,205).

#b994cd hex color red value is 185, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b994cd hue: 0.77 , saturation: 0.36 and the lightness value of b994cd is 0.69.

The process color (four color CMYK) of #b994cd color hex is 0.10, 0.28, 0.00, 0.20. Web safe color of #b994cd is #cc99cc. Color #b994cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 11001101
Octal 271 224 315
Decimal 185 148 205
Hex B9 94 CD

RGB Percentages of Color #b994cd

%34.39
%27.51
%38.10

CMYK Percentages of Color #b994cd

%10
%28
%0
%20

Triadic Colors of #b994cd

#b994cd #cdb994 #94cdb9

Analogous Colors of #b994cd

#b994cd #cd94c5 #9d94cd

Monochromatic Colors of #b994cd

#b994cd

Complementary Color

#b994cd #a8cd94

#b994cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b994cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b994cd Color CSS Codes

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

#b994cd Text Font Color

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

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


#b994cd Background Color

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

This div background color is #b994cd


#b994cd Border Color

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

This div border color is #b994cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,148,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b994cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b994cd;
  -webkit-box-shadow: 1px 1px 3px 2px #b994cd;
  box-shadow:         1px 1px 3px 2px #b994cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,148,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b994cd


Comments

No comments written yet.

Please login to write comment.