Color Hex Logo

#334eec Color Hex

#334EEC
(51,78,236)
0 Favorites   0 Comments

Color spaces of #334eec

RGB 5178236
HSL0.640.830.56
HSV231°78°93°
CMYK 0.780.670.00   0.07
XYZ19.230012.208780.6999
Yxy12.20870.17150.1089
Hunter Lab34.941037.0921-112.4780
CIE-Lab41.545945.4858-81.7784

#334eec color RGB value is (51,78,236).

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

The process color (four color CMYK) of #334eec color hex is 0.78, 0.67, 0.00, 0.07. Web safe color of #334eec is #3366ff. Color #334eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001110 11101100
Octal 63 116 354
Decimal 51 78 236
Hex 33 4E EC

RGB Percentages of Color #334eec

%13.97
%21.37
%64.66

CMYK Percentages of Color #334eec

%78
%67
%0
%7

Triadic Colors of #334eec

#334eec #ec334e #4eec33

Analogous Colors of #334eec

#334eec #7533ec #33abec

Monochromatic Colors of #334eec

#334eec

Complementary Color

#334eec #ecd133

#334eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#334eec Color CSS Codes

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

#334eec Text Font Color

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

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


#334eec Background Color

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

This div background color is #334eec


#334eec Border Color

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

This div border color is #334eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334eec


Comments

No comments written yet.

Please login to write comment.