Color Hex Logo

#7b33af Color Hex

#7B33AF
(123,51,175)
0 Favorites   0 Comments

Color spaces of #7b33af

RGB 12351175
HSL0.760.550.44
HSV275°71°69°
CMYK 0.300.710.00   0.31
XYZ17.09019.673841.5239
Yxy9.67380.25030.1417
Hunter Lab31.102743.6511-57.3836
CIE-Lab37.250552.6818-53.2249

#7b33af color RGB value is (123,51,175).

#7b33af hex color red value is 123, green value is 51 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7b33af hue: 0.76 , saturation: 0.55 and the lightness value of 7b33af is 0.44.

The process color (four color CMYK) of #7b33af color hex is 0.30, 0.71, 0.00, 0.31. Web safe color of #7b33af is #663399. Color #7b33af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110011 10101111
Octal 173 63 257
Decimal 123 51 175
Hex 7B 33 AF

RGB Percentages of Color #7b33af

%35.24
%14.61
%50.14

CMYK Percentages of Color #7b33af

%30
%71
%0
%31

Triadic Colors of #7b33af

#7b33af #af7b33 #33af7b

Analogous Colors of #7b33af

#7b33af #af33a5 #3d33af

Monochromatic Colors of #7b33af

#7b33af

Complementary Color

#7b33af #67af33

#7b33af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b33af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b33af Color CSS Codes

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

#7b33af Text Font Color

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

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


#7b33af Background Color

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

This div background color is #7b33af


#7b33af Border Color

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

This div border color is #7b33af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,51,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b33af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b33af;
  -webkit-box-shadow: 1px 1px 3px 2px #7b33af;
  box-shadow:         1px 1px 3px 2px #7b33af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b33af


Comments

No comments written yet.

Please login to write comment.