Color Hex Logo

#33207e Color Hex

#33207E
(51,32,126)
0 Favorites   0 Comments

Color spaces of #33207e

RGB 5132126
HSL0.700.590.31
HSV252°75°49°
CMYK 0.600.750.00   0.51
XYZ5.64763.243220.0670
Yxy3.24320.19500.1120
Hunter Lab18.008924.4622-53.4596
CIE-Lab20.992735.6583-50.0357

#33207e color RGB value is (51,32,126).

#33207e hex color red value is 51, green value is 32 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #33207e hue: 0.70 , saturation: 0.59 and the lightness value of 33207e is 0.31.

The process color (four color CMYK) of #33207e color hex is 0.60, 0.75, 0.00, 0.51. Web safe color of #33207e is #333366. Color #33207e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100000 01111110
Octal 63 40 176
Decimal 51 32 126
Hex 33 20 7E

RGB Percentages of Color #33207e

%24.40
%15.31
%60.29

CMYK Percentages of Color #33207e

%60
%75
%0
%51

Triadic Colors of #33207e

#33207e #7e3320 #207e33

Analogous Colors of #33207e

#33207e #62207e #203c7e

Monochromatic Colors of #33207e

#33207e

Complementary Color

#33207e #6b7e20

#33207e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33207e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33207e Color CSS Codes

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

#33207e Text Font Color

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

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


#33207e Background Color

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

This div background color is #33207e


#33207e Border Color

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

This div border color is #33207e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,32,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33207e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33207e;
  -webkit-box-shadow: 1px 1px 3px 2px #33207e;
  box-shadow:         1px 1px 3px 2px #33207e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33207e


Comments

No comments written yet.

Please login to write comment.