Color Hex Logo

#361ebe Color Hex

#361EBE
(54,30,190)
0 Favorites   0 Comments

Color spaces of #361ebe

RGB 5430190
HSL0.690.730.43
HSV249°84°75°
CMYK 0.720.840.00   0.25
XYZ11.27995.430549.1689
Yxy5.43050.17120.0824
Hunter Lab23.303445.6209-108.7861
CIE-Lab27.927656.3683-77.7032

#361ebe color RGB value is (54,30,190).

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

The process color (four color CMYK) of #361ebe color hex is 0.72, 0.84, 0.00, 0.25. Web safe color of #361ebe is #3333cc. Color #361ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011110 10111110
Octal 66 36 276
Decimal 54 30 190
Hex 36 1E BE

RGB Percentages of Color #361ebe

%19.71
%10.95
%69.34

CMYK Percentages of Color #361ebe

%72
%84
%0
%25

Triadic Colors of #361ebe

#361ebe #be361e #1ebe36

Analogous Colors of #361ebe

#361ebe #861ebe #1e56be

Monochromatic Colors of #361ebe

#361ebe

Complementary Color

#361ebe #a6be1e

#361ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#361ebe Color CSS Codes

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

#361ebe Text Font Color

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

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


#361ebe Background Color

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

This div background color is #361ebe


#361ebe Border Color

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

This div border color is #361ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361ebe


Comments

No comments written yet.

Please login to write comment.