Color Hex Logo

#b675cb Color Hex

#B675CB
(182,117,203)
0 Favorites   0 Comments

Color spaces of #b675cb

RGB 182117203
HSL0.790.450.63
HSV285°42°80°
CMYK 0.100.420.00   0.20
XYZ36.432226.979559.7873
Yxy26.97950.29570.2190
Hunter Lab51.941834.3025-31.8862
CIE-Lab58.955340.1220-34.5411

#b675cb color RGB value is (182,117,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 11001011
Octal 266 165 313
Decimal 182 117 203
Hex B6 75 CB

RGB Percentages of Color #b675cb

%36.25
%23.31
%40.44

CMYK Percentages of Color #b675cb

%10
%42
%0
%20

Triadic Colors of #b675cb

#b675cb #cbb675 #75cbb6

Analogous Colors of #b675cb

#b675cb #cb75b5 #8b75cb

Monochromatic Colors of #b675cb

#b675cb

Complementary Color

#b675cb #8acb75

#b675cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b675cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b675cb Color CSS Codes

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

#b675cb Text Font Color

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

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


#b675cb Background Color

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

This div background color is #b675cb


#b675cb Border Color

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

This div border color is #b675cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b675cb


Comments

No comments written yet.

Please login to write comment.