Color Hex Logo

#334fed Color Hex

#334FED
(51,79,237)
0 Favorites   0 Comments

Color spaces of #334fed

RGB 5179237
HSL0.640.840.56
HSV231°78°93°
CMYK 0.780.670.00   0.07
XYZ19.447312.410281.4912
Yxy12.41020.17160.1095
Hunter Lab35.228136.8898-112.4925
CIE-Lab41.860845.2301-81.8251

#334fed color RGB value is (51,79,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001111 11101101
Octal 63 117 355
Decimal 51 79 237
Hex 33 4F ED

RGB Percentages of Color #334fed

%13.90
%21.53
%64.58

CMYK Percentages of Color #334fed

%78
%67
%0
%7

Triadic Colors of #334fed

#334fed #ed334f #4fed33

Analogous Colors of #334fed

#334fed #7433ed #33aced

Monochromatic Colors of #334fed

#334fed

Complementary Color

#334fed #edd133

#334fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#334fed Color CSS Codes

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

#334fed Text Font Color

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

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


#334fed Background Color

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

This div background color is #334fed


#334fed Border Color

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

This div border color is #334fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334fed


Comments

No comments written yet.

Please login to write comment.