Color Hex Logo

#b590ca Color Hex

#B590CA
(181,144,202)
0 Favorites   0 Comments

Color spaces of #b590ca

RGB 181144202
HSL0.770.350.68
HSV278°29°79°
CMYK 0.100.290.00   0.21
XYZ39.690034.034560.3545
Yxy34.03450.29600.2538
Hunter Lab58.339119.3460-20.5009
CIE-Lab64.989924.6293-24.6529

#b590ca color RGB value is (181,144,202).

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

The process color (four color CMYK) of #b590ca color hex is 0.10, 0.29, 0.00, 0.21. Web safe color of #b590ca is #cc99cc. Color #b590ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 11001010
Octal 265 220 312
Decimal 181 144 202
Hex B5 90 CA

RGB Percentages of Color #b590ca

%34.35
%27.32
%38.33

CMYK Percentages of Color #b590ca

%10
%29
%0
%21

Triadic Colors of #b590ca

#b590ca #cab590 #90cab5

Analogous Colors of #b590ca

#b590ca #ca90c2 #9890ca

Monochromatic Colors of #b590ca

#b590ca

Complementary Color

#b590ca #a5ca90

#b590ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b590ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b590ca Color CSS Codes

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

#b590ca Text Font Color

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

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


#b590ca Background Color

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

This div background color is #b590ca


#b590ca Border Color

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

This div border color is #b590ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,144,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b590ca


Comments

No comments written yet.

Please login to write comment.