Color Hex Logo

#335bfa Color Hex

#335BFA
(51,91,250)
0 Favorites   0 Comments

Color spaces of #335bfa

RGB 5191250
HSL0.630.950.59
HSV228°80°98°
CMYK 0.800.640.00   0.02
XYZ22.361615.088192.1762
Yxy15.08810.17250.1164
Hunter Lab38.843434.7840-113.5060
CIE-Lab45.754642.4842-82.7244

#335bfa color RGB value is (51,91,250).

#335bfa hex color red value is 51, green value is 91 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #335bfa hue: 0.63 , saturation: 0.95 and the lightness value of 335bfa is 0.59.

The process color (four color CMYK) of #335bfa color hex is 0.80, 0.64, 0.00, 0.02. Web safe color of #335bfa is #3366ff. Color #335bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011011 11111010
Octal 63 133 372
Decimal 51 91 250
Hex 33 5B FA

RGB Percentages of Color #335bfa

%13.01
%23.21
%63.78

CMYK Percentages of Color #335bfa

%80
%64
%0
%2

Triadic Colors of #335bfa

#335bfa #fa335b #5bfa33

Analogous Colors of #335bfa

#335bfa #6f33fa #33bffa

Monochromatic Colors of #335bfa

#335bfa

Complementary Color

#335bfa #fad233

#335bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#335bfa Color CSS Codes

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

#335bfa Text Font Color

<p style="color:#335bfa">Text here</p>

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


#335bfa Background Color

<div style="background-color:#335bfa">
Div content here</div>

This div background color is #335bfa


#335bfa Border Color

<div style="border:3px solid #335bfa">
Div here</div>

This div border color is #335bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,91,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #335bfa;
  box-shadow:         1px 1px 3px 2px #335bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335bfa


Comments

No comments written yet.

Please login to write comment.