Color Hex Logo

#334ecc Color Hex

#334ECC
(51,78,204)
0 Favorites   0 Comments

Color spaces of #334ecc

RGB 5178204
HSL0.640.600.50
HSV229°75°80°
CMYK 0.750.620.00   0.20
XYZ14.988710.512258.3658
Yxy10.51220.17870.1253
Hunter Lab32.422525.7799-84.0358
CIE-Lab38.746434.1575-68.0757

#334ecc color RGB value is (51,78,204).

#334ecc hex color red value is 51, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #334ecc hue: 0.64 , saturation: 0.60 and the lightness value of 334ecc is 0.50.

The process color (four color CMYK) of #334ecc color hex is 0.75, 0.62, 0.00, 0.20. Web safe color of #334ecc is #3366cc. Color #334ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001110 11001100
Octal 63 116 314
Decimal 51 78 204
Hex 33 4E CC

RGB Percentages of Color #334ecc

%15.32
%23.42
%61.26

CMYK Percentages of Color #334ecc

%75
%62
%0
%20

Triadic Colors of #334ecc

#334ecc #cc334e #4ecc33

Analogous Colors of #334ecc

#334ecc #6533cc #339bcc

Monochromatic Colors of #334ecc

#334ecc

Complementary Color

#334ecc #ccb133

#334ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#334ecc Color CSS Codes

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

#334ecc Text Font Color

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

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


#334ecc Background Color

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

This div background color is #334ecc


#334ecc Border Color

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

This div border color is #334ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334ecc


Comments

No comments written yet.

Please login to write comment.