Color Hex Logo

#b592ca Color Hex

#B592CA
(181,146,202)
0 Favorites   0 Comments

Color spaces of #b592ca

RGB 181146202
HSL0.770.350.68
HSV278°28°79°
CMYK 0.100.280.00   0.21
XYZ39.995634.645860.4564
Yxy34.64580.29600.2564
Hunter Lab58.860718.2838-19.6949
CIE-Lab65.472023.5084-23.9143

#b592ca color RGB value is (181,146,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 11001010
Octal 265 222 312
Decimal 181 146 202
Hex B5 92 CA

RGB Percentages of Color #b592ca

%34.22
%27.60
%38.19

CMYK Percentages of Color #b592ca

%10
%28
%0
%21

Triadic Colors of #b592ca

#b592ca #cab592 #92cab5

Analogous Colors of #b592ca

#b592ca #ca92c3 #9992ca

Monochromatic Colors of #b592ca

#b592ca

Complementary Color

#b592ca #a7ca92

#b592ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b592ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b592ca Color CSS Codes

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

#b592ca Text Font Color

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

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


#b592ca Background Color

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

This div background color is #b592ca


#b592ca Border Color

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

This div border color is #b592ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b592ca


Comments

No comments written yet.

Please login to write comment.