Color Hex Logo

#353dfe Color Hex

#353DFE
(53,61,254)
0 Favorites   0 Comments

Color spaces of #353dfe

RGB 5361254
HSL0.660.990.60
HSV238°79°100°
CMYK 0.790.760.00   0.00
XYZ21.026311.250194.8292
Yxy11.25010.16540.0885
Hunter Lab33.541253.2011-144.1487
CIE-Lab39.998661.0244-94.4467

#353dfe color RGB value is (53,61,254).

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

The process color (four color CMYK) of #353dfe color hex is 0.79, 0.76, 0.00, 0.00. Web safe color of #353dfe is #3333ff. Color #353dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 11111110
Octal 65 75 376
Decimal 53 61 254
Hex 35 3D FE

RGB Percentages of Color #353dfe

%14.40
%16.58
%69.02

CMYK Percentages of Color #353dfe

%79
%76
%0
%0

Triadic Colors of #353dfe

#353dfe #fe353d #3dfe35

Analogous Colors of #353dfe

#353dfe #9135fe #35a2fe

Monochromatic Colors of #353dfe

#353dfe

Complementary Color

#353dfe #fef635

#353dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#353dfe Color CSS Codes

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

#353dfe Text Font Color

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

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


#353dfe Background Color

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

This div background color is #353dfe


#353dfe Border Color

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

This div border color is #353dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.