Color Hex Logo

#b747cc Color Hex

#B747CC
(183,71,204)
0 Favorites   0 Comments

Color spaces of #b747cc

RGB 18371204
HSL0.810.570.54
HSV291°65°80°
CMYK 0.100.650.00   0.20
XYZ32.680818.933459.0588
Yxy18.93340.29530.1711
Hunter Lab43.512557.9184-50.0145
CIE-Lab50.609263.1763-48.2631

#b747cc color RGB value is (183,71,204).

#b747cc hex color red value is 183, green value is 71 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b747cc hue: 0.81 , saturation: 0.57 and the lightness value of b747cc is 0.54.

The process color (four color CMYK) of #b747cc color hex is 0.10, 0.65, 0.00, 0.20. Web safe color of #b747cc is #cc33cc. Color #b747cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000111 11001100
Octal 267 107 314
Decimal 183 71 204
Hex B7 47 CC

RGB Percentages of Color #b747cc

%39.96
%15.50
%44.54

CMYK Percentages of Color #b747cc

%10
%65
%0
%20

Triadic Colors of #b747cc

#b747cc #ccb747 #47ccb7

Analogous Colors of #b747cc

#b747cc #cc479f #7547cc

Monochromatic Colors of #b747cc

#b747cc

Complementary Color

#b747cc #5ccc47

#b747cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b747cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b747cc Color CSS Codes

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

#b747cc Text Font Color

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

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


#b747cc Background Color

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

This div background color is #b747cc


#b747cc Border Color

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

This div border color is #b747cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,71,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 #b747cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b747cc


Comments

No comments written yet.

Please login to write comment.