Color Hex Logo

#334ead Color Hex

#334EAD
(51,78,173)
0 Favorites   0 Comments

Color spaces of #334ead

RGB 5178173
HSL0.630.540.44
HSV227°71°68°
CMYK 0.710.550.00   0.32
XYZ11.63259.169740.6920
Yxy9.16970.18920.1491
Hunter Lab30.281515.5773-58.4763
CIE-Lab36.309022.7758-53.8730

#334ead color RGB value is (51,78,173).

#334ead hex color red value is 51, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #334ead hue: 0.63 , saturation: 0.54 and the lightness value of 334ead is 0.44.

The process color (four color CMYK) of #334ead color hex is 0.71, 0.55, 0.00, 0.32. Web safe color of #334ead is #336699. Color #334ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001110 10101101
Octal 63 116 255
Decimal 51 78 173
Hex 33 4E AD

RGB Percentages of Color #334ead

%16.89
%25.83
%57.28

CMYK Percentages of Color #334ead

%71
%55
%0
%32

Triadic Colors of #334ead

#334ead #ad334e #4ead33

Analogous Colors of #334ead

#334ead #5533ad #338bad

Monochromatic Colors of #334ead

#334ead

Complementary Color

#334ead #ad9233

#334ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#334ead Color CSS Codes

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

#334ead Text Font Color

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

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


#334ead Background Color

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

This div background color is #334ead


#334ead Border Color

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

This div border color is #334ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334ead


Comments

No comments written yet.

Please login to write comment.