Color Hex Logo

#b557cd Color Hex

#B557CD
(181,87,205)
0 Favorites   0 Comments

Color spaces of #b557cd

RGB 18187205
HSL0.800.540.57
HSV288°58°80°
CMYK 0.120.580.00   0.20
XYZ33.483721.047960.0555
Yxy21.04790.29220.1837
Hunter Lab45.878049.9904-45.4976
CIE-Lab53.001955.7084-45.0503

#b557cd color RGB value is (181,87,205).

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

The process color (four color CMYK) of #b557cd color hex is 0.12, 0.58, 0.00, 0.20. Web safe color of #b557cd is #cc66cc. Color #b557cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 11001101
Octal 265 127 315
Decimal 181 87 205
Hex B5 57 CD

RGB Percentages of Color #b557cd

%38.27
%18.39
%43.34

CMYK Percentages of Color #b557cd

%12
%58
%0
%20

Triadic Colors of #b557cd

#b557cd #cdb557 #57cdb5

Analogous Colors of #b557cd

#b557cd #cd57aa #7a57cd

Monochromatic Colors of #b557cd

#b557cd

Complementary Color

#b557cd #6fcd57

#b557cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b557cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b557cd Color CSS Codes

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

#b557cd Text Font Color

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

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


#b557cd Background Color

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

This div background color is #b557cd


#b557cd Border Color

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

This div border color is #b557cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b557cd


Comments

No comments written yet.

Please login to write comment.