Color Hex Logo

#330452 Color Hex

#330452
(51,4,82)
0 Favorites   0 Comments

Color spaces of #330452

RGB 51482
HSL0.770.910.17
HSV276°95°32°
CMYK 0.380.950.00   0.68
XYZ2.93161.39988.0983
Yxy1.39980.23590.1126
Hunter Lab11.831323.5245-32.3009
CIE-Lab11.956336.3032-35.9082

#330452 color RGB value is (51,4,82).

#330452 hex color red value is 51, green value is 4 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #330452 hue: 0.77 , saturation: 0.91 and the lightness value of 330452 is 0.17.

The process color (four color CMYK) of #330452 color hex is 0.38, 0.95, 0.00, 0.68. Web safe color of #330452 is #330066. Color #330452 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000100 01010010
Octal 63 4 122
Decimal 51 4 82
Hex 33 4 52

RGB Percentages of Color #330452

%37.23
%2.92
%59.85

CMYK Percentages of Color #330452

%38
%95
%0
%68

Triadic Colors of #330452

#330452 #523304 #045233

Analogous Colors of #330452

#330452 #52044a #0c0452

Monochromatic Colors of #330452

#330452

Complementary Color

#330452 #235204

#330452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330452 Color CSS Codes

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

#330452 Text Font Color

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

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


#330452 Background Color

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

This div background color is #330452


#330452 Border Color

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

This div border color is #330452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330452


Comments

No comments written yet.

Please login to write comment.