Color Hex Logo

#b772df Color Hex

#B772DF
(183,114,223)
0 Favorites   0 Comments

Color spaces of #b772df

RGB 183114223
HSL0.770.630.66
HSV278°49°87°
CMYK 0.180.490.00   0.13
XYZ38.865027.429673.0581
Yxy27.42960.27890.1968
Hunter Lab52.373340.8075-46.0453
CIE-Lab59.369946.2462-45.1438

#b772df color RGB value is (183,114,223).

#b772df hex color red value is 183, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b772df hue: 0.77 , saturation: 0.63 and the lightness value of b772df is 0.66.

The process color (four color CMYK) of #b772df color hex is 0.18, 0.49, 0.00, 0.13. Web safe color of #b772df is #cc66cc. Color #b772df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 11011111
Octal 267 162 337
Decimal 183 114 223
Hex B7 72 DF

RGB Percentages of Color #b772df

%35.19
%21.92
%42.88

CMYK Percentages of Color #b772df

%18
%49
%0
%13

Triadic Colors of #b772df

#b772df #dfb772 #72dfb7

Analogous Colors of #b772df

#b772df #df72d1 #8172df

Monochromatic Colors of #b772df

#b772df

Complementary Color

#b772df #9adf72

#b772df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b772df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b772df Color CSS Codes

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

#b772df Text Font Color

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

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


#b772df Background Color

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

This div background color is #b772df


#b772df Border Color

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

This div border color is #b772df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b772df


Comments

No comments written yet.

Please login to write comment.