Color Hex Logo

#335fde Color Hex

#335FDE
(51,95,222)
0 Favorites   0 Comments

Color spaces of #335fde

RGB 5195222
HSL0.620.720.54
HSV225°77°87°
CMYK 0.770.570.00   0.13
XYZ18.642314.162270.8583
Yxy14.16220.17980.1366
Hunter Lab37.632722.5672-85.2938
CIE-Lab44.464729.8838-69.0672

#335fde color RGB value is (51,95,222).

#335fde hex color red value is 51, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #335fde hue: 0.62 , saturation: 0.72 and the lightness value of 335fde is 0.54.

The process color (four color CMYK) of #335fde color hex is 0.77, 0.57, 0.00, 0.13. Web safe color of #335fde is #3366cc. Color #335fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 11011110
Octal 63 137 336
Decimal 51 95 222
Hex 33 5F DE

RGB Percentages of Color #335fde

%13.86
%25.82
%60.33

CMYK Percentages of Color #335fde

%77
%57
%0
%13

Triadic Colors of #335fde

#335fde #de335f #5fde33

Analogous Colors of #335fde

#335fde #5c33de #33b5de

Monochromatic Colors of #335fde

#335fde

Complementary Color

#335fde #deb233

#335fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fde Color CSS Codes

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

#335fde Text Font Color

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

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


#335fde Background Color

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

This div background color is #335fde


#335fde Border Color

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

This div border color is #335fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fde


Comments

No comments written yet.

Please login to write comment.