Color Hex Logo

#334dec Color Hex

#334DEC
(51,77,236)
0 Favorites   0 Comments

Color spaces of #334dec

RGB 5177236
HSL0.640.830.56
HSV232°78°93°
CMYK 0.780.670.00   0.07
XYZ19.159412.067780.6764
Yxy12.06770.17120.1078
Hunter Lab34.738637.6557-113.3772
CIE-Lab41.323546.0847-82.1442

#334dec color RGB value is (51,77,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001101 11101100
Octal 63 115 354
Decimal 51 77 236
Hex 33 4D EC

RGB Percentages of Color #334dec

%14.01
%21.15
%64.84

CMYK Percentages of Color #334dec

%78
%67
%0
%7

Triadic Colors of #334dec

#334dec #ec334d #4dec33

Analogous Colors of #334dec

#334dec #7633ec #33aaec

Monochromatic Colors of #334dec

#334dec

Complementary Color

#334dec #ecd233

#334dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#334dec Color CSS Codes

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

#334dec Text Font Color

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

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


#334dec Background Color

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

This div background color is #334dec


#334dec Border Color

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

This div border color is #334dec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,77,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 #334dec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334dec


Comments

No comments written yet.

Please login to write comment.