Color Hex Logo

#361fca Color Hex

#361FCA
(54,31,202)
0 Favorites   0 Comments

Color spaces of #361fca

RGB 5431202
HSL0.690.730.46
HSV248°85°79°
CMYK 0.730.850.00   0.21
XYZ12.67206.028556.3728
Yxy6.02850.16880.0803
Hunter Lab24.553049.1575-118.9406
CIE-Lab29.484359.3774-82.1743

#361fca color RGB value is (54,31,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011111 11001010
Octal 66 37 312
Decimal 54 31 202
Hex 36 1F CA

RGB Percentages of Color #361fca

%18.82
%10.80
%70.38

CMYK Percentages of Color #361fca

%73
%85
%0
%21

Triadic Colors of #361fca

#361fca #ca361f #1fca36

Analogous Colors of #361fca

#361fca #8c1fca #1f5eca

Monochromatic Colors of #361fca

#361fca

Complementary Color

#361fca #b3ca1f

#361fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#361fca Color CSS Codes

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

#361fca Text Font Color

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

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


#361fca Background Color

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

This div background color is #361fca


#361fca Border Color

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

This div border color is #361fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361fca


Comments

No comments written yet.

Please login to write comment.