Color Hex Logo

#33425a Color Hex

#33425A
(51,66,90)
0 Favorites   0 Comments

Color spaces of #33425a

RGB 516690
HSL0.600.280.28
HSV217°43°35°
CMYK 0.430.270.00   0.65
XYZ5.15895.338410.4314
Yxy5.33840.24650.2551
Hunter Lab23.1050-0.5781-10.5947
CIE-Lab27.67791.0444-16.2080

#33425a color RGB value is (51,66,90).

#33425a hex color red value is 51, green value is 66 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #33425a hue: 0.60 , saturation: 0.28 and the lightness value of 33425a is 0.28.

The process color (four color CMYK) of #33425a color hex is 0.43, 0.27, 0.00, 0.65. Web safe color of #33425a is #333366. Color #33425a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000010 01011010
Octal 63 102 132
Decimal 51 66 90
Hex 33 42 5A

RGB Percentages of Color #33425a

%24.64
%31.88
%43.48

CMYK Percentages of Color #33425a

%43
%27
%0
%65

Triadic Colors of #33425a

#33425a #5a3342 #425a33

Analogous Colors of #33425a

#33425a #38335a #33565a

Monochromatic Colors of #33425a

#33425a

Complementary Color

#33425a #5a4b33

#33425a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33425a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33425a Color CSS Codes

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

#33425a Text Font Color

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

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


#33425a Background Color

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

This div background color is #33425a


#33425a Border Color

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

This div border color is #33425a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33425a


Comments

No comments written yet.

Please login to write comment.