Color Hex Logo

#361ecc Color Hex

#361ECC
(54,30,204)
0 Favorites   0 Comments

Color spaces of #361ecc

RGB 5430204
HSL0.690.740.46
HSV248°85°80°
CMYK 0.740.850.00   0.20
XYZ12.88476.072457.6197
Yxy6.07240.16830.0793
Hunter Lab24.642250.2085-121.3852
CIE-Lab29.594460.3239-83.1598

#361ecc color RGB value is (54,30,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011110 11001100
Octal 66 36 314
Decimal 54 30 204
Hex 36 1E CC

RGB Percentages of Color #361ecc

%18.75
%10.42
%70.83

CMYK Percentages of Color #361ecc

%74
%85
%0
%20

Triadic Colors of #361ecc

#361ecc #cc361e #1ecc36

Analogous Colors of #361ecc

#361ecc #8d1ecc #1e5dcc

Monochromatic Colors of #361ecc

#361ecc

Complementary Color

#361ecc #b4cc1e

#361ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#361ecc Color CSS Codes

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

#361ecc Text Font Color

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

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


#361ecc Background Color

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

This div background color is #361ecc


#361ecc Border Color

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

This div border color is #361ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361ecc


Comments

No comments written yet.

Please login to write comment.