Color Hex Logo

#b552ca Color Hex

#B552CA
(181,82,202)
0 Favorites   0 Comments

Color spaces of #b552ca

RGB 18182202
HSL0.800.530.56
HSV290°59°79°
CMYK 0.100.590.00   0.21
XYZ32.734020.122658.0359
Yxy20.12260.29520.1815
Hunter Lab44.858251.7534-45.3064
CIE-Lab51.975557.4768-44.9602

#b552ca color RGB value is (181,82,202).

#b552ca hex color red value is 181, green value is 82 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b552ca hue: 0.80 , saturation: 0.53 and the lightness value of b552ca is 0.56.

The process color (four color CMYK) of #b552ca color hex is 0.10, 0.59, 0.00, 0.21. Web safe color of #b552ca is #cc66cc. Color #b552ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010010 11001010
Octal 265 122 312
Decimal 181 82 202
Hex B5 52 CA

RGB Percentages of Color #b552ca

%38.92
%17.63
%43.44

CMYK Percentages of Color #b552ca

%10
%59
%0
%21

Triadic Colors of #b552ca

#b552ca #cab552 #52cab5

Analogous Colors of #b552ca

#b552ca #ca52a3 #7952ca

Monochromatic Colors of #b552ca

#b552ca

Complementary Color

#b552ca #67ca52

#b552ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b552ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b552ca Color CSS Codes

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

#b552ca Text Font Color

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

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


#b552ca Background Color

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

This div background color is #b552ca


#b552ca Border Color

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

This div border color is #b552ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b552ca


Comments

No comments written yet.

Please login to write comment.