Color Hex Logo

#b775cc Color Hex

#B775CC
(183,117,204)
0 Favorites   0 Comments

Color spaces of #b775cc

RGB 183117204
HSL0.790.460.63
HSV286°43°80°
CMYK 0.100.430.00   0.20
XYZ36.788827.149560.4281
Yxy27.14950.29580.2183
Hunter Lab52.105234.8456-32.2869
CIE-Lab59.112540.6260-34.8533

#b775cc color RGB value is (183,117,204).

#b775cc hex color red value is 183, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b775cc hue: 0.79 , saturation: 0.46 and the lightness value of b775cc is 0.63.

The process color (four color CMYK) of #b775cc color hex is 0.10, 0.43, 0.00, 0.20. Web safe color of #b775cc is #cc66cc. Color #b775cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 11001100
Octal 267 165 314
Decimal 183 117 204
Hex B7 75 CC

RGB Percentages of Color #b775cc

%36.31
%23.21
%40.48

CMYK Percentages of Color #b775cc

%10
%43
%0
%20

Triadic Colors of #b775cc

#b775cc #ccb775 #75ccb7

Analogous Colors of #b775cc

#b775cc #cc75b6 #8c75cc

Monochromatic Colors of #b775cc

#b775cc

Complementary Color

#b775cc #8acc75

#b775cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b775cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b775cc Color CSS Codes

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

#b775cc Text Font Color

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

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


#b775cc Background Color

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

This div background color is #b775cc


#b775cc Border Color

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

This div border color is #b775cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,117,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b775cc


Comments

No comments written yet.

Please login to write comment.