Color Hex Logo

#b590cd Color Hex

#B590CD
(181,144,205)
0 Favorites   0 Comments

Color spaces of #b590cd

RGB 181144205
HSL0.770.380.68
HSV276°30°80°
CMYK 0.120.300.00   0.20
XYZ40.048834.178162.2438
Yxy34.17810.29350.2504
Hunter Lab58.462019.9710-22.2019
CIE-Lab65.103725.2618-26.1535

#b590cd color RGB value is (181,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 11001101
Octal 265 220 315
Decimal 181 144 205
Hex B5 90 CD

RGB Percentages of Color #b590cd

%34.15
%27.17
%38.68

CMYK Percentages of Color #b590cd

%12
%30
%0
%20

Triadic Colors of #b590cd

#b590cd #cdb590 #90cdb5

Analogous Colors of #b590cd

#b590cd #cd90c7 #9790cd

Monochromatic Colors of #b590cd

#b590cd

Complementary Color

#b590cd #a8cd90

#b590cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b590cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b590cd Color CSS Codes

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

#b590cd Text Font Color

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

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


#b590cd Background Color

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

This div background color is #b590cd


#b590cd Border Color

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

This div border color is #b590cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b590cd


Comments

No comments written yet.

Please login to write comment.