Color Hex Logo

#b772de Color Hex

#B772DE
(183,114,222)
0 Favorites   0 Comments

Color spaces of #b772de

RGB 183114222
HSL0.770.620.66
HSV278°49°87°
CMYK 0.180.490.00   0.13
XYZ38.730627.375872.3500
Yxy27.37580.27970.1977
Hunter Lab52.321940.5690-45.3601
CIE-Lab59.320646.0304-44.6613

#b772de color RGB value is (183,114,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 11011110
Octal 267 162 336
Decimal 183 114 222
Hex B7 72 DE

RGB Percentages of Color #b772de

%35.26
%21.97
%42.77

CMYK Percentages of Color #b772de

%18
%49
%0
%13

Triadic Colors of #b772de

#b772de #deb772 #72deb7

Analogous Colors of #b772de

#b772de #de72cf #8172de

Monochromatic Colors of #b772de

#b772de

Complementary Color

#b772de #99de72

#b772de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b772de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b772de Color CSS Codes

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

#b772de Text Font Color

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

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


#b772de Background Color

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

This div background color is #b772de


#b772de Border Color

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

This div border color is #b772de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b772de


Comments

No comments written yet.

Please login to write comment.