Color Hex Logo

#365afd Color Hex

#365AFD
(54,90,253)
0 Favorites   0 Comments

Color spaces of #365afd

RGB 5490253
HSL0.640.980.60
HSV229°79°99°
CMYK 0.790.640.00   0.01
XYZ22.907115.188494.6528
Yxy15.18840.17260.1144
Hunter Lab38.972336.7170-116.7182
CIE-Lab45.891244.3854-84.1685

#365afd color RGB value is (54,90,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11111101
Octal 66 132 375
Decimal 54 90 253
Hex 36 5A FD

RGB Percentages of Color #365afd

%13.60
%22.67
%63.73

CMYK Percentages of Color #365afd

%79
%64
%0
%1

Triadic Colors of #365afd

#365afd #fd365a #5afd36

Analogous Colors of #365afd

#365afd #7636fd #36befd

Monochromatic Colors of #365afd

#365afd

Complementary Color

#365afd #fdd936

#365afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#365afd Color CSS Codes

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

#365afd Text Font Color

<p style="color:#365afd">Text here</p>

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


#365afd Background Color

<div style="background-color:#365afd">
Div content here</div>

This div background color is #365afd


#365afd Border Color

<div style="border:3px solid #365afd">
Div here</div>

This div border color is #365afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365afd


Comments

No comments written yet.

Please login to write comment.