Color Hex Logo

#b771cd Color Hex

#B771CD
(183,113,205)
0 Favorites   0 Comments

Color spaces of #b771cd

RGB 183113205
HSL0.790.480.62
HSV286°45°80°
CMYK 0.110.450.00   0.20
XYZ36.453026.285360.9099
Yxy26.28530.29480.2126
Hunter Lab51.269237.1945-34.5505
CIE-Lab58.306942.9863-36.6779

#b771cd color RGB value is (183,113,205).

#b771cd hex color red value is 183, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b771cd hue: 0.79 , saturation: 0.48 and the lightness value of b771cd is 0.62.

The process color (four color CMYK) of #b771cd color hex is 0.11, 0.45, 0.00, 0.20. Web safe color of #b771cd is #cc66cc. Color #b771cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 11001101
Octal 267 161 315
Decimal 183 113 205
Hex B7 71 CD

RGB Percentages of Color #b771cd

%36.53
%22.55
%40.92

CMYK Percentages of Color #b771cd

%11
%45
%0
%20

Triadic Colors of #b771cd

#b771cd #cdb771 #71cdb7

Analogous Colors of #b771cd

#b771cd #cd71b5 #8971cd

Monochromatic Colors of #b771cd

#b771cd

Complementary Color

#b771cd #87cd71

#b771cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b771cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b771cd Color CSS Codes

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

#b771cd Text Font Color

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

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


#b771cd Background Color

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

This div background color is #b771cd


#b771cd Border Color

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

This div border color is #b771cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b771cd


Comments

No comments written yet.

Please login to write comment.