Color Hex Logo

#361fcd Color Hex

#361FCD
(54,31,205)
0 Favorites   0 Comments

Color spaces of #361fcd

RGB 5431205
HSL0.690.740.46
HSV248°85°80°
CMYK 0.740.850.00   0.20
XYZ13.03086.172058.2621
Yxy6.17200.16820.0797
Hunter Lab24.843550.1498-121.6543
CIE-Lab29.842360.2224-83.3313

#361fcd color RGB value is (54,31,205).

#361fcd hex color red value is 54, green value is 31 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #361fcd hue: 0.69 , saturation: 0.74 and the lightness value of 361fcd is 0.46.

The process color (four color CMYK) of #361fcd color hex is 0.74, 0.85, 0.00, 0.20. Web safe color of #361fcd is #3333cc. Color #361fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011111 11001101
Octal 66 37 315
Decimal 54 31 205
Hex 36 1F CD

RGB Percentages of Color #361fcd

%18.62
%10.69
%70.69

CMYK Percentages of Color #361fcd

%74
%85
%0
%20

Triadic Colors of #361fcd

#361fcd #cd361f #1fcd36

Analogous Colors of #361fcd

#361fcd #8d1fcd #1f5fcd

Monochromatic Colors of #361fcd

#361fcd

Complementary Color

#361fcd #b6cd1f

#361fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#361fcd Color CSS Codes

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

#361fcd Text Font Color

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

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


#361fcd Background Color

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

This div background color is #361fcd


#361fcd Border Color

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

This div border color is #361fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361fcd


Comments

No comments written yet.

Please login to write comment.