Color Hex Logo

#b733cc Color Hex

#B733CC
(183,51,204)
0 Favorites   0 Comments

Color spaces of #b733cc

RGB 18351204
HSL0.810.600.50
HSV292°75°80°
CMYK 0.100.750.00   0.20
XYZ31.611316.794658.7023
Yxy16.79460.29510.1568
Hunter Lab40.981265.9708-56.2413
CIE-Lab48.000270.5585-52.4326

#b733cc color RGB value is (183,51,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110011 11001100
Octal 267 63 314
Decimal 183 51 204
Hex B7 33 CC

RGB Percentages of Color #b733cc

%41.78
%11.64
%46.58

CMYK Percentages of Color #b733cc

%10
%75
%0
%20

Triadic Colors of #b733cc

#b733cc #ccb733 #33ccb7

Analogous Colors of #b733cc

#b733cc #cc3395 #6b33cc

Monochromatic Colors of #b733cc

#b733cc

Complementary Color

#b733cc #48cc33

#b733cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b733cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b733cc Color CSS Codes

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

#b733cc Text Font Color

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

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


#b733cc Background Color

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

This div background color is #b733cc


#b733cc Border Color

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

This div border color is #b733cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b733cc


Comments

No comments written yet.

Please login to write comment.