Color Hex Logo

#334cfb Color Hex

#334CFB
(51,76,251)
0 Favorites   0 Comments

Color spaces of #334cfb

RGB 5176251
HSL0.650.960.59
HSV233°80°98°
CMYK 0.800.700.00   0.02
XYZ21.362312.837792.6188
Yxy12.83770.16840.1012
Hunter Lab35.829743.7227-128.1821
CIE-Lab42.517751.7684-88.6077

#334cfb color RGB value is (51,76,251).

#334cfb hex color red value is 51, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #334cfb hue: 0.65 , saturation: 0.96 and the lightness value of 334cfb is 0.59.

The process color (four color CMYK) of #334cfb color hex is 0.80, 0.70, 0.00, 0.02. Web safe color of #334cfb is #3333ff. Color #334cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001100 11111011
Octal 63 114 373
Decimal 51 76 251
Hex 33 4C FB

RGB Percentages of Color #334cfb

%13.49
%20.11
%66.40

CMYK Percentages of Color #334cfb

%80
%70
%0
%2

Triadic Colors of #334cfb

#334cfb #fb334c #4cfb33

Analogous Colors of #334cfb

#334cfb #7e33fb #33b0fb

Monochromatic Colors of #334cfb

#334cfb

Complementary Color

#334cfb #fbe233

#334cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#334cfb Color CSS Codes

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

#334cfb Text Font Color

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

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


#334cfb Background Color

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

This div background color is #334cfb


#334cfb Border Color

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

This div border color is #334cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334cfb


Comments

No comments written yet.

Please login to write comment.