Color Hex Logo

#b772be Color Hex

#B772BE
(183,114,190)
0 Favorites   0 Comments

Color spaces of #b772be

RGB 183114190
HSL0.820.370.60
HSV294°40°75°
CMYK 0.040.400.00   0.25
XYZ34.840025.819651.8626
Yxy25.81960.30960.2295
Hunter Lab50.813033.4660-24.9456
CIE-Lab57.865439.4499-28.8388

#b772be color RGB value is (183,114,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 10111110
Octal 267 162 276
Decimal 183 114 190
Hex B7 72 BE

RGB Percentages of Color #b772be

%37.58
%23.41
%39.01

CMYK Percentages of Color #b772be

%4
%40
%0
%25

Triadic Colors of #b772be

#b772be #beb772 #72beb7

Analogous Colors of #b772be

#b772be #be729f #9172be

Monochromatic Colors of #b772be

#b772be

Complementary Color

#b772be #79be72

#b772be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b772be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b772be Color CSS Codes

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

#b772be Text Font Color

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

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


#b772be Background Color

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

This div background color is #b772be


#b772be Border Color

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

This div border color is #b772be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b772be


Comments

No comments written yet.

Please login to write comment.