Color Hex Logo

#b784cc Color Hex

#B784CC
(183,132,204)
0 Favorites   0 Comments

Color spaces of #b784cc

RGB 183132204
HSL0.780.410.66
HSV283°35°80°
CMYK 0.100.350.00   0.20
XYZ38.678830.929461.0581
Yxy30.92940.29600.2367
Hunter Lab55.614226.8191-26.1638
CIE-Lab62.448032.3848-29.6716

#b784cc color RGB value is (183,132,204).

#b784cc hex color red value is 183, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b784cc hue: 0.78 , saturation: 0.41 and the lightness value of b784cc is 0.66.

The process color (four color CMYK) of #b784cc color hex is 0.10, 0.35, 0.00, 0.20. Web safe color of #b784cc is #cc99cc. Color #b784cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 11001100
Octal 267 204 314
Decimal 183 132 204
Hex B7 84 CC

RGB Percentages of Color #b784cc

%35.26
%25.43
%39.31

CMYK Percentages of Color #b784cc

%10
%35
%0
%20

Triadic Colors of #b784cc

#b784cc #ccb784 #84ccb7

Analogous Colors of #b784cc

#b784cc #cc84bd #9384cc

Monochromatic Colors of #b784cc

#b784cc

Complementary Color

#b784cc #99cc84

#b784cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b784cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b784cc Color CSS Codes

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

#b784cc Text Font Color

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

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


#b784cc Background Color

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

This div background color is #b784cc


#b784cc Border Color

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

This div border color is #b784cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b784cc


Comments

No comments written yet.

Please login to write comment.