Color Hex Logo

#361cfd Color Hex

#361CFD
(54,28,253)
0 Favorites   0 Comments

Color spaces of #361cfd

RGB 5428253
HSL0.690.980.55
HSV247°89°99°
CMYK 0.790.890.00   0.01
XYZ19.66628.706693.5725
Yxy8.70660.16130.0714
Hunter Lab29.506967.3320-167.3657
CIE-Lab35.413174.1229-101.5051

#361cfd color RGB value is (54,28,253).

#361cfd hex color red value is 54, green value is 28 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #361cfd hue: 0.69 , saturation: 0.98 and the lightness value of 361cfd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011100 11111101
Octal 66 34 375
Decimal 54 28 253
Hex 36 1C FD

RGB Percentages of Color #361cfd

%16.12
%8.36
%75.52

CMYK Percentages of Color #361cfd

%79
%89
%0
%1

Triadic Colors of #361cfd

#361cfd #fd361c #1cfd36

Analogous Colors of #361cfd

#361cfd #a71cfd #1c73fd

Monochromatic Colors of #361cfd

#361cfd

Complementary Color

#361cfd #e3fd1c

#361cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#361cfd Color CSS Codes

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

#361cfd Text Font Color

<p style="color:#361cfd">Text here</p>

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


#361cfd Background Color

<div style="background-color:#361cfd">
Div content here</div>

This div background color is #361cfd


#361cfd Border Color

<div style="border:3px solid #361cfd">
Div here</div>

This div border color is #361cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361cfd


Comments

No comments written yet.

Please login to write comment.