Color Hex Logo

#3649fe Color Hex

#3649FE
(54,73,254)
0 Favorites   0 Comments

Color spaces of #3649fe

RGB 5473254
HSL0.650.990.60
HSV234°79°100°
CMYK 0.790.710.00   0.00
XYZ21.793312.705195.0696
Yxy12.70510.16820.0981
Hunter Lab35.644246.7597-133.1863
CIE-Lab42.315554.6707-90.6132

#3649fe color RGB value is (54,73,254).

#3649fe hex color red value is 54, green value is 73 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3649fe hue: 0.65 , saturation: 0.99 and the lightness value of 3649fe is 0.60.

The process color (four color CMYK) of #3649fe color hex is 0.79, 0.71, 0.00, 0.00. Web safe color of #3649fe is #3333ff. Color #3649fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001001 11111110
Octal 66 111 376
Decimal 54 73 254
Hex 36 49 FE

RGB Percentages of Color #3649fe

%14.17
%19.16
%66.67

CMYK Percentages of Color #3649fe

%79
%71
%0
%0

Triadic Colors of #3649fe

#3649fe #fe3649 #49fe36

Analogous Colors of #3649fe

#3649fe #8736fe #36adfe

Monochromatic Colors of #3649fe

#3649fe

Complementary Color

#3649fe #feeb36

#3649fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3649fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3649fe Color CSS Codes

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

#3649fe Text Font Color

<p style="color:#3649fe">Text here</p>

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


#3649fe Background Color

<div style="background-color:#3649fe">
Div content here</div>

This div background color is #3649fe


#3649fe Border Color

<div style="border:3px solid #3649fe">
Div here</div>

This div border color is #3649fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,73,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3649fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3649fe;
  -webkit-box-shadow: 1px 1px 3px 2px #3649fe;
  box-shadow:         1px 1px 3px 2px #3649fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,73,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 #3649fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3649fe


Comments

No comments written yet.

Please login to write comment.