Color Hex Logo

#353df0 Color Hex

#353DF0
(53,61,240)
0 Favorites   0 Comments

Color spaces of #353df0

RGB 5361240
HSL0.660.860.57
HSV237°78°94°
CMYK 0.780.750.00   0.06
XYZ18.865110.385683.4484
Yxy10.38560.16740.0922
Hunter Lab32.226748.0949-130.9679
CIE-Lab38.525856.6351-89.0174

#353df0 color RGB value is (53,61,240).

#353df0 hex color red value is 53, green value is 61 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #353df0 hue: 0.66 , saturation: 0.86 and the lightness value of 353df0 is 0.57.

The process color (four color CMYK) of #353df0 color hex is 0.78, 0.75, 0.00, 0.06. Web safe color of #353df0 is #3333ff. Color #353df0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 11110000
Octal 65 75 360
Decimal 53 61 240
Hex 35 3D F0

RGB Percentages of Color #353df0

%14.97
%17.23
%67.80

CMYK Percentages of Color #353df0

%78
%75
%0
%6

Triadic Colors of #353df0

#353df0 #f0353d #3df035

Analogous Colors of #353df0

#353df0 #8b35f0 #359bf0

Monochromatic Colors of #353df0

#353df0

Complementary Color

#353df0 #f0e835

#353df0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353df0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353df0 Color CSS Codes

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

#353df0 Text Font Color

<p style="color:#353df0">Text here</p>

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


#353df0 Background Color

<div style="background-color:#353df0">
Div content here</div>

This div background color is #353df0


#353df0 Border Color

<div style="border:3px solid #353df0">
Div here</div>

This div border color is #353df0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,61,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #353df0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #353df0;
  -webkit-box-shadow: 1px 1px 3px 2px #353df0;
  box-shadow:         1px 1px 3px 2px #353df0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,61,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353df0


Comments

No comments written yet.

Please login to write comment.