Color Hex Logo

#361ede Color Hex

#361EDE
(54,30,222)
0 Favorites   0 Comments

Color spaces of #361ede

RGB 5430222
HSL0.690.760.49
HSV248°86°87°
CMYK 0.760.860.00   0.13
XYZ15.17046.986769.6562
Yxy6.98670.16520.0761
Hunter Lab26.432456.1903-137.7420
CIE-Lab31.776665.2871-89.9575

#361ede color RGB value is (54,30,222).

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

The process color (four color CMYK) of #361ede color hex is 0.76, 0.86, 0.00, 0.13. Web safe color of #361ede is #3333cc. Color #361ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011110 11011110
Octal 66 36 336
Decimal 54 30 222
Hex 36 1E DE

RGB Percentages of Color #361ede

%17.65
%9.80
%72.55

CMYK Percentages of Color #361ede

%76
%86
%0
%13

Triadic Colors of #361ede

#361ede #de361e #1ede36

Analogous Colors of #361ede

#361ede #961ede #1e66de

Monochromatic Colors of #361ede

#361ede

Complementary Color

#361ede #c6de1e

#361ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#361ede Color CSS Codes

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

#361ede Text Font Color

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

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


#361ede Background Color

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

This div background color is #361ede


#361ede Border Color

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

This div border color is #361ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361ede


Comments

No comments written yet.

Please login to write comment.