Color Hex Logo

#b675cc Color Hex

#B675CC
(182,117,204)
0 Favorites   0 Comments

Color spaces of #b675cc

RGB 182117204
HSL0.790.460.63
HSV285°43°80°
CMYK 0.110.430.00   0.20
XYZ36.551827.027360.4170
Yxy27.02730.29480.2180
Hunter Lab51.987834.5219-32.5117
CIE-Lab58.999640.3284-35.0378

#b675cc color RGB value is (182,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 11001100
Octal 266 165 314
Decimal 182 117 204
Hex B6 75 CC

RGB Percentages of Color #b675cc

%36.18
%23.26
%40.56

CMYK Percentages of Color #b675cc

%11
%43
%0
%20

Triadic Colors of #b675cc

#b675cc #ccb675 #75ccb6

Analogous Colors of #b675cc

#b675cc #cc75b7 #8b75cc

Monochromatic Colors of #b675cc

#b675cc

Complementary Color

#b675cc #8bcc75

#b675cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b675cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b675cc Color CSS Codes

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

#b675cc Text Font Color

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

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


#b675cc Background Color

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

This div background color is #b675cc


#b675cc Border Color

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

This div border color is #b675cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b675cc


Comments

No comments written yet.

Please login to write comment.