Color Hex Logo

#335def Color Hex

#335DEF
(51,93,239)
0 Favorites   0 Comments

Color spaces of #335def

RGB 5193239
HSL0.630.850.57
HSV227°79°94°
CMYK 0.790.610.00   0.06
XYZ20.859614.764583.4118
Yxy14.76450.17520.1240
Hunter Lab38.424629.6594-101.8090
CIE-Lab45.309937.3292-77.2938

#335def color RGB value is (51,93,239).

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

The process color (four color CMYK) of #335def color hex is 0.79, 0.61, 0.00, 0.06. Web safe color of #335def is #3366ff. Color #335def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011101 11101111
Octal 63 135 357
Decimal 51 93 239
Hex 33 5D EF

RGB Percentages of Color #335def

%13.32
%24.28
%62.40

CMYK Percentages of Color #335def

%79
%61
%0
%6

Triadic Colors of #335def

#335def #ef335d #5def33

Analogous Colors of #335def

#335def #6733ef #33bbef

Monochromatic Colors of #335def

#335def

Complementary Color

#335def #efc533

#335def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335def Color Preview on White Background

Lorem ipsum dolor sit amet.

#335def Color CSS Codes

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

#335def Text Font Color

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

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


#335def Background Color

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

This div background color is #335def


#335def Border Color

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

This div border color is #335def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335def


Comments

No comments written yet.

Please login to write comment.