Color Hex Logo

#b772ce Color Hex

#B772CE
(183,114,206)
0 Favorites   0 Comments

Color spaces of #b772ce

RGB 183114206
HSL0.790.480.63
HSV285°45°81°
CMYK 0.110.450.00   0.19
XYZ36.686326.558161.5852
Yxy26.55810.29390.2128
Hunter Lab51.534636.8847-34.7790
CIE-Lab58.563042.6554-36.8430

#b772ce color RGB value is (183,114,206).

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

The process color (four color CMYK) of #b772ce color hex is 0.11, 0.45, 0.00, 0.19. Web safe color of #b772ce is #cc66cc. Color #b772ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 11001110
Octal 267 162 316
Decimal 183 114 206
Hex B7 72 CE

RGB Percentages of Color #b772ce

%36.38
%22.66
%40.95

CMYK Percentages of Color #b772ce

%11
%45
%0
%19

Triadic Colors of #b772ce

#b772ce #ceb772 #72ceb7

Analogous Colors of #b772ce

#b772ce #ce72b7 #8972ce

Monochromatic Colors of #b772ce

#b772ce

Complementary Color

#b772ce #89ce72

#b772ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b772ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b772ce Color CSS Codes

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

#b772ce Text Font Color

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

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


#b772ce Background Color

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

This div background color is #b772ce


#b772ce Border Color

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

This div border color is #b772ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b772ce


Comments

No comments written yet.

Please login to write comment.