Color Hex Logo

#b594cd Color Hex

#B594CD
(181,148,205)
0 Favorites   0 Comments

Color spaces of #b594cd

RGB 181148205
HSL0.760.360.69
HSV275°28°80°
CMYK 0.120.280.00   0.20
XYZ40.665435.411362.4494
Yxy35.41130.29360.2556
Hunter Lab59.507417.8431-20.5661
CIE-Lab66.067623.0208-24.6741

#b594cd color RGB value is (181,148,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 11001101
Octal 265 224 315
Decimal 181 148 205
Hex B5 94 CD

RGB Percentages of Color #b594cd

%33.90
%27.72
%38.39

CMYK Percentages of Color #b594cd

%12
%28
%0
%20

Triadic Colors of #b594cd

#b594cd #cdb594 #94cdb5

Analogous Colors of #b594cd

#b594cd #cd94c9 #9994cd

Monochromatic Colors of #b594cd

#b594cd

Complementary Color

#b594cd #accd94

#b594cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b594cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b594cd Color CSS Codes

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

#b594cd Text Font Color

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

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


#b594cd Background Color

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

This div background color is #b594cd


#b594cd Border Color

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

This div border color is #b594cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b594cd


Comments

No comments written yet.

Please login to write comment.