Color Hex Logo

#361ceb Color Hex

#361CEB
(54,28,235)
0 Favorites   0 Comments

Color spaces of #361ceb

RGB 5428235
HSL0.690.840.52
HSV248°88°92°
CMYK 0.770.880.00   0.08
XYZ16.93207.612979.1743
Yxy7.61290.16320.0734
Hunter Lab27.591561.2546-150.8198
CIE-Lab33.163369.4259-95.0833

#361ceb color RGB value is (54,28,235).

#361ceb hex color red value is 54, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #361ceb hue: 0.69 , saturation: 0.84 and the lightness value of 361ceb is 0.52.

The process color (four color CMYK) of #361ceb color hex is 0.77, 0.88, 0.00, 0.08. Web safe color of #361ceb is #3333ff. Color #361ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011100 11101011
Octal 66 34 353
Decimal 54 28 235
Hex 36 1C EB

RGB Percentages of Color #361ceb

%17.03
%8.83
%74.13

CMYK Percentages of Color #361ceb

%77
%88
%0
%8

Triadic Colors of #361ceb

#361ceb #eb361c #1ceb36

Analogous Colors of #361ceb

#361ceb #9e1ceb #1c6aeb

Monochromatic Colors of #361ceb

#361ceb

Complementary Color

#361ceb #d1eb1c

#361ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#361ceb Color CSS Codes

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

#361ceb Text Font Color

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

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


#361ceb Background Color

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

This div background color is #361ceb


#361ceb Border Color

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

This div border color is #361ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361ceb


Comments

No comments written yet.

Please login to write comment.