Color Hex Logo

#335fdd Color Hex

#335FDD
(51,95,221)
0 Favorites   0 Comments

Color spaces of #335fdd

RGB 5195221
HSL0.620.710.53
HSV224°77°87°
CMYK 0.770.570.00   0.13
XYZ18.508614.108770.1544
Yxy14.10870.18010.1373
Hunter Lab37.561522.2239-84.4439
CIE-Lab44.388429.5162-68.6228

#335fdd color RGB value is (51,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 11011101
Octal 63 137 335
Decimal 51 95 221
Hex 33 5F DD

RGB Percentages of Color #335fdd

%13.90
%25.89
%60.22

CMYK Percentages of Color #335fdd

%77
%57
%0
%13

Triadic Colors of #335fdd

#335fdd #dd335f #5fdd33

Analogous Colors of #335fdd

#335fdd #5c33dd #33b4dd

Monochromatic Colors of #335fdd

#335fdd

Complementary Color

#335fdd #ddb133

#335fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fdd Color CSS Codes

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

#335fdd Text Font Color

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

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


#335fdd Background Color

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

This div background color is #335fdd


#335fdd Border Color

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

This div border color is #335fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fdd


Comments

No comments written yet.

Please login to write comment.