Color Hex Logo

#334bdc Color Hex

#334BDC
(51,75,220)
0 Favorites   0 Comments

Color spaces of #334bdc

RGB 5175220
HSL0.640.710.53
HSV231°77°86°
CMYK 0.770.660.00   0.14
XYZ16.799610.903368.9293
Yxy10.90330.17390.1128
Hunter Lab33.020133.0299-100.6533
CIE-Lab39.417141.7347-76.1826

#334bdc color RGB value is (51,75,220).

#334bdc hex color red value is 51, green value is 75 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #334bdc hue: 0.64 , saturation: 0.71 and the lightness value of 334bdc is 0.53.

The process color (four color CMYK) of #334bdc color hex is 0.77, 0.66, 0.00, 0.14. Web safe color of #334bdc is #3333cc. Color #334bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001011 11011100
Octal 63 113 334
Decimal 51 75 220
Hex 33 4B DC

RGB Percentages of Color #334bdc

%14.74
%21.68
%63.58

CMYK Percentages of Color #334bdc

%77
%66
%0
%14

Triadic Colors of #334bdc

#334bdc #dc334b #4bdc33

Analogous Colors of #334bdc

#334bdc #7033dc #33a0dc

Monochromatic Colors of #334bdc

#334bdc

Complementary Color

#334bdc #dcc433

#334bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#334bdc Color CSS Codes

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

#334bdc Text Font Color

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

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


#334bdc Background Color

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

This div background color is #334bdc


#334bdc Border Color

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

This div border color is #334bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334bdc


Comments

No comments written yet.

Please login to write comment.