Color Hex Logo

#b591cd Color Hex

#B591CD
(181,145,205)
0 Favorites   0 Comments

Color spaces of #b591cd

RGB 181145205
HSL0.770.380.69
HSV276°29°80°
CMYK 0.120.290.00   0.20
XYZ40.200934.482362.2945
Yxy34.48230.29350.2517
Hunter Lab58.721619.4385-21.7923
CIE-Lab65.343624.7017-25.7849

#b591cd color RGB value is (181,145,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010001 11001101
Octal 265 221 315
Decimal 181 145 205
Hex B5 91 CD

RGB Percentages of Color #b591cd

%34.09
%27.31
%38.61

CMYK Percentages of Color #b591cd

%12
%29
%0
%20

Triadic Colors of #b591cd

#b591cd #cdb591 #91cdb5

Analogous Colors of #b591cd

#b591cd #cd91c7 #9791cd

Monochromatic Colors of #b591cd

#b591cd

Complementary Color

#b591cd #a9cd91

#b591cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b591cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b591cd Color CSS Codes

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

#b591cd Text Font Color

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

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


#b591cd Background Color

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

This div background color is #b591cd


#b591cd Border Color

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

This div border color is #b591cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b591cd


Comments

No comments written yet.

Please login to write comment.