Color Hex Logo

#b775bd Color Hex

#B775BD
(183,117,189)
0 Favorites   0 Comments

Color spaces of #b775bd

RGB 183117189
HSL0.820.350.60
HSV295°38°74°
CMYK 0.030.380.00   0.26
XYZ35.075026.464051.4035
Yxy26.46400.31060.2343
Hunter Lab51.443231.6794-23.2341
CIE-Lab58.474937.6257-27.3257

#b775bd color RGB value is (183,117,189).

#b775bd hex color red value is 183, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b775bd hue: 0.82 , saturation: 0.35 and the lightness value of b775bd is 0.60.

The process color (four color CMYK) of #b775bd color hex is 0.03, 0.38, 0.00, 0.26. Web safe color of #b775bd is #cc66cc. Color #b775bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 10111101
Octal 267 165 275
Decimal 183 117 189
Hex B7 75 BD

RGB Percentages of Color #b775bd

%37.42
%23.93
%38.65

CMYK Percentages of Color #b775bd

%3
%38
%0
%26

Triadic Colors of #b775bd

#b775bd #bdb775 #75bdb7

Analogous Colors of #b775bd

#b775bd #bd759f #9375bd

Monochromatic Colors of #b775bd

#b775bd

Complementary Color

#b775bd #7bbd75

#b775bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b775bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b775bd Color CSS Codes

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

#b775bd Text Font Color

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

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


#b775bd Background Color

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

This div background color is #b775bd


#b775bd Border Color

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

This div border color is #b775bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b775bd


Comments

No comments written yet.

Please login to write comment.