Color Hex Logo

#b557cf Color Hex

#B557CF
(181,87,207)
0 Favorites   0 Comments

Color spaces of #b557cf

RGB 18187207
HSL0.800.560.58
HSV287°58°81°
CMYK 0.130.580.00   0.19
XYZ33.726721.145161.3353
Yxy21.14510.29020.1820
Hunter Lab45.983850.4487-46.8951
CIE-Lab53.107956.1035-46.0243

#b557cf color RGB value is (181,87,207).

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

The process color (four color CMYK) of #b557cf color hex is 0.13, 0.58, 0.00, 0.19. Web safe color of #b557cf is #cc66cc. Color #b557cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 11001111
Octal 265 127 317
Decimal 181 87 207
Hex B5 57 CF

RGB Percentages of Color #b557cf

%38.11
%18.32
%43.58

CMYK Percentages of Color #b557cf

%13
%58
%0
%19

Triadic Colors of #b557cf

#b557cf #cfb557 #57cfb5

Analogous Colors of #b557cf

#b557cf #cf57ad #7957cf

Monochromatic Colors of #b557cf

#b557cf

Complementary Color

#b557cf #71cf57

#b557cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b557cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b557cf Color CSS Codes

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

#b557cf Text Font Color

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

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


#b557cf Background Color

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

This div background color is #b557cf


#b557cf Border Color

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

This div border color is #b557cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b557cf


Comments

No comments written yet.

Please login to write comment.