Color Hex Logo

#b772dc Color Hex

#B772DC
(183,114,220)
0 Favorites   0 Comments

Color spaces of #b772dc

RGB 183114220
HSL0.780.600.65
HSV279°48°86°
CMYK 0.170.480.00   0.14
XYZ38.464027.269270.9464
Yxy27.26920.28140.1995
Hunter Lab52.219940.0942-43.9979
CIE-Lab59.222745.5999-43.6941

#b772dc color RGB value is (183,114,220).

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

The process color (four color CMYK) of #b772dc color hex is 0.17, 0.48, 0.00, 0.14. Web safe color of #b772dc is #cc66cc. Color #b772dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 11011100
Octal 267 162 334
Decimal 183 114 220
Hex B7 72 DC

RGB Percentages of Color #b772dc

%35.40
%22.05
%42.55

CMYK Percentages of Color #b772dc

%17
%48
%0
%14

Triadic Colors of #b772dc

#b772dc #dcb772 #72dcb7

Analogous Colors of #b772dc

#b772dc #dc72cc #8272dc

Monochromatic Colors of #b772dc

#b772dc

Complementary Color

#b772dc #97dc72

#b772dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b772dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b772dc Color CSS Codes

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

#b772dc Text Font Color

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

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


#b772dc Background Color

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

This div background color is #b772dc


#b772dc Border Color

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

This div border color is #b772dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b772dc


Comments

No comments written yet.

Please login to write comment.