Color Hex Logo

#334ef5 Color Hex

#334EF5
(51,78,245)
0 Favorites   0 Comments

Color spaces of #334ef5

RGB 5178245
HSL0.640.910.58
HSV232°79°96°
CMYK 0.790.680.00   0.04
XYZ20.571112.745287.7620
Yxy12.74520.16990.1053
Hunter Lab35.700440.3786-120.7617
CIE-Lab42.376848.5752-85.4785

#334ef5 color RGB value is (51,78,245).

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

The process color (four color CMYK) of #334ef5 color hex is 0.79, 0.68, 0.00, 0.04. Web safe color of #334ef5 is #3366ff. Color #334ef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001110 11110101
Octal 63 116 365
Decimal 51 78 245
Hex 33 4E F5

RGB Percentages of Color #334ef5

%13.64
%20.86
%65.51

CMYK Percentages of Color #334ef5

%79
%68
%0
%4

Triadic Colors of #334ef5

#334ef5 #f5334e #4ef533

Analogous Colors of #334ef5

#334ef5 #7933f5 #33aff5

Monochromatic Colors of #334ef5

#334ef5

Complementary Color

#334ef5 #f5da33

#334ef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334ef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334ef5 Color CSS Codes

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

#334ef5 Text Font Color

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

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


#334ef5 Background Color

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

This div background color is #334ef5


#334ef5 Border Color

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

This div border color is #334ef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334ef5


Comments

No comments written yet.

Please login to write comment.