Color Hex Logo

#362afd Color Hex

#362AFD
(54,42,253)
0 Favorites   0 Comments

Color spaces of #362afd

RGB 5442253
HSL0.680.980.58
HSV243°83°99°
CMYK 0.790.830.00   0.01
XYZ20.07899.532093.7101
Yxy9.53200.16280.0773
Hunter Lab30.873962.0583-158.3482
CIE-Lab36.989069.3847-98.8812

#362afd color RGB value is (54,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101010 11111101
Octal 66 52 375
Decimal 54 42 253
Hex 36 2A FD

RGB Percentages of Color #362afd

%15.47
%12.03
%72.49

CMYK Percentages of Color #362afd

%79
%83
%0
%1

Triadic Colors of #362afd

#362afd #fd362a #2afd36

Analogous Colors of #362afd

#362afd #a02afd #2a88fd

Monochromatic Colors of #362afd

#362afd

Complementary Color

#362afd #f1fd2a

#362afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#362afd Color CSS Codes

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

#362afd Text Font Color

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

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


#362afd Background Color

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

This div background color is #362afd


#362afd Border Color

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

This div border color is #362afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362afd


Comments

No comments written yet.

Please login to write comment.