Color Hex Logo

#b733ed Color Hex

#B733ED
(183,51,237)
0 Favorites   0 Comments

Color spaces of #b733ed

RGB 18351237
HSL0.780.840.56
HSV283°78°93°
CMYK 0.230.780.00   0.07
XYZ35.998318.549481.8038
Yxy18.54940.26400.1360
Hunter Lab43.069073.8246-82.4651
CIE-Lab50.155876.6034-67.7553

#b733ed color RGB value is (183,51,237).

#b733ed hex color red value is 183, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b733ed hue: 0.78 , saturation: 0.84 and the lightness value of b733ed is 0.56.

The process color (four color CMYK) of #b733ed color hex is 0.23, 0.78, 0.00, 0.07. Web safe color of #b733ed is #cc33ff. Color #b733ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110011 11101101
Octal 267 63 355
Decimal 183 51 237
Hex B7 33 ED

RGB Percentages of Color #b733ed

%38.85
%10.83
%50.32

CMYK Percentages of Color #b733ed

%23
%78
%0
%7

Triadic Colors of #b733ed

#b733ed #edb733 #33edb7

Analogous Colors of #b733ed

#b733ed #ed33c6 #5a33ed

Monochromatic Colors of #b733ed

#b733ed

Complementary Color

#b733ed #69ed33

#b733ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b733ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b733ed Color CSS Codes

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

#b733ed Text Font Color

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

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


#b733ed Background Color

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

This div background color is #b733ed


#b733ed Border Color

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

This div border color is #b733ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b733ed


Comments

No comments written yet.

Please login to write comment.