Color Hex Logo

#b557ca Color Hex

#B557CA
(181,87,202)
0 Favorites   0 Comments

Color spaces of #b557ca

RGB 18187202
HSL0.800.520.57
HSV289°57°79°
CMYK 0.100.570.00   0.21
XYZ33.124920.904458.1662
Yxy20.90440.29520.1863
Hunter Lab45.721349.3101-43.4232
CIE-Lab52.844755.1200-43.5829

#b557ca color RGB value is (181,87,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 11001010
Octal 265 127 312
Decimal 181 87 202
Hex B5 57 CA

RGB Percentages of Color #b557ca

%38.51
%18.51
%42.98

CMYK Percentages of Color #b557ca

%10
%57
%0
%21

Triadic Colors of #b557ca

#b557ca #cab557 #57cab5

Analogous Colors of #b557ca

#b557ca #ca57a6 #7c57ca

Monochromatic Colors of #b557ca

#b557ca

Complementary Color

#b557ca #6cca57

#b557ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b557ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b557ca Color CSS Codes

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

#b557ca Text Font Color

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

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


#b557ca Background Color

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

This div background color is #b557ca


#b557ca Border Color

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

This div border color is #b557ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b557ca


Comments

No comments written yet.

Please login to write comment.