Color Hex Logo

#335dfa Color Hex

#335DFA
(51,93,250)
0 Favorites   0 Comments

Color spaces of #335dfa

RGB 5193250
HSL0.630.950.59
HSV227°80°98°
CMYK 0.800.630.00   0.02
XYZ22.534915.434692.2339
Yxy15.43460.17310.1185
Hunter Lab39.286933.6353-111.6944
CIE-Lab46.223841.2573-81.9549

#335dfa color RGB value is (51,93,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011101 11111010
Octal 63 135 372
Decimal 51 93 250
Hex 33 5D FA

RGB Percentages of Color #335dfa

%12.94
%23.60
%63.45

CMYK Percentages of Color #335dfa

%80
%63
%0
%2

Triadic Colors of #335dfa

#335dfa #fa335d #5dfa33

Analogous Colors of #335dfa

#335dfa #6d33fa #33c1fa

Monochromatic Colors of #335dfa

#335dfa

Complementary Color

#335dfa #fad033

#335dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#335dfa Color CSS Codes

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

#335dfa Text Font Color

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

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


#335dfa Background Color

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

This div background color is #335dfa


#335dfa Border Color

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

This div border color is #335dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,93,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 #335dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335dfa


Comments

No comments written yet.

Please login to write comment.