Color Hex Logo

#b995cd Color Hex

#B995CD
(185,149,205)
0 Favorites   0 Comments

Color spaces of #b995cd

RGB 185149205
HSL0.770.360.69
HSV279°27°80°
CMYK 0.100.270.00   0.20
XYZ41.774536.217062.5464
Yxy36.21700.29720.2577
Hunter Lab60.180618.5903-19.4944
CIE-Lab66.685423.7526-23.6950

#b995cd color RGB value is (185,149,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010101 11001101
Octal 271 225 315
Decimal 185 149 205
Hex B9 95 CD

RGB Percentages of Color #b995cd

%34.32
%27.64
%38.03

CMYK Percentages of Color #b995cd

%10
%27
%0
%20

Triadic Colors of #b995cd

#b995cd #cdb995 #95cdb9

Analogous Colors of #b995cd

#b995cd #cd95c5 #9d95cd

Monochromatic Colors of #b995cd

#b995cd

Complementary Color

#b995cd #a9cd95

#b995cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b995cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b995cd Color CSS Codes

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

#b995cd Text Font Color

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

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


#b995cd Background Color

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

This div background color is #b995cd


#b995cd Border Color

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

This div border color is #b995cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,149,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 #b995cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b995cd


Comments

No comments written yet.

Please login to write comment.