Color Hex Logo

#b775be Color Hex

#B775BE
(183,117,190)
0 Favorites   0 Comments

Color spaces of #b775be

RGB 183117190
HSL0.820.360.60
HSV294°38°75°
CMYK 0.040.380.00   0.25
XYZ35.184026.507651.9773
Yxy26.50760.30950.2332
Hunter Lab51.485531.8830-23.8164
CIE-Lab58.515837.8206-27.8326

#b775be color RGB value is (183,117,190).

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

The process color (four color CMYK) of #b775be color hex is 0.04, 0.38, 0.00, 0.25. Web safe color of #b775be is #cc66cc. Color #b775be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 10111110
Octal 267 165 276
Decimal 183 117 190
Hex B7 75 BE

RGB Percentages of Color #b775be

%37.35
%23.88
%38.78

CMYK Percentages of Color #b775be

%4
%38
%0
%25

Triadic Colors of #b775be

#b775be #beb775 #75beb7

Analogous Colors of #b775be

#b775be #be75a1 #9375be

Monochromatic Colors of #b775be

#b775be

Complementary Color

#b775be #7cbe75

#b775be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b775be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b775be Color CSS Codes

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

#b775be Text Font Color

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

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


#b775be Background Color

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

This div background color is #b775be


#b775be Border Color

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

This div border color is #b775be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b775be


Comments

No comments written yet.

Please login to write comment.