Color Hex Logo

#366ffd Color Hex

#366FFD
(54,111,253)
0 Favorites   0 Comments

Color spaces of #366ffd

RGB 54111253
HSL0.620.980.60
HSV223°79°99°
CMYK 0.790.560.00   0.01
XYZ24.935419.245095.3289
Yxy19.24500.17870.1379
Hunter Lab43.869124.6892-98.1305
CIE-Lab50.972631.4079-75.8607

#366ffd color RGB value is (54,111,253).

#366ffd hex color red value is 54, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #366ffd hue: 0.62 , saturation: 0.98 and the lightness value of 366ffd is 0.60.

The process color (four color CMYK) of #366ffd color hex is 0.79, 0.56, 0.00, 0.01. Web safe color of #366ffd is #3366ff. Color #366ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101111 11111101
Octal 66 157 375
Decimal 54 111 253
Hex 36 6F FD

RGB Percentages of Color #366ffd

%12.92
%26.56
%60.53

CMYK Percentages of Color #366ffd

%79
%56
%0
%1

Triadic Colors of #366ffd

#366ffd #fd366f #6ffd36

Analogous Colors of #366ffd

#366ffd #6136fd #36d3fd

Monochromatic Colors of #366ffd

#366ffd

Complementary Color

#366ffd #fdc436

#366ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#366ffd Color CSS Codes

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

#366ffd Text Font Color

<p style="color:#366ffd">Text here</p>

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


#366ffd Background Color

<div style="background-color:#366ffd">
Div content here</div>

This div background color is #366ffd


#366ffd Border Color

<div style="border:3px solid #366ffd">
Div here</div>

This div border color is #366ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,111,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #366ffd;
  box-shadow:         1px 1px 3px 2px #366ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,111,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.