Color Hex Logo

#360ceb Color Hex

#360CEB
(54,12,235)
0 Favorites   0 Comments

Color spaces of #360ceb

RGB 5412235
HSL0.700.900.48
HSV251°95°92°
CMYK 0.770.950.00   0.08
XYZ16.64827.045479.0797
Yxy7.04540.16200.0686
Hunter Lab26.543265.5068-158.0616
CIE-Lab31.910073.2473-97.1725

#360ceb color RGB value is (54,12,235).

#360ceb hex color red value is 54, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #360ceb hue: 0.70 , saturation: 0.90 and the lightness value of 360ceb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00001100 11101011
Octal 66 14 353
Decimal 54 12 235
Hex 36 C EB

RGB Percentages of Color #360ceb

%17.94
%3.99
%78.07

CMYK Percentages of Color #360ceb

%77
%95
%0
%8

Triadic Colors of #360ceb

#360ceb #eb360c #0ceb36

Analogous Colors of #360ceb

#360ceb #a60ceb #0c51eb

Monochromatic Colors of #360ceb

#360ceb

Complementary Color

#360ceb #c1eb0c

#360ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#360ceb Color CSS Codes

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

#360ceb Text Font Color

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

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


#360ceb Background Color

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

This div background color is #360ceb


#360ceb Border Color

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

This div border color is #360ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,12,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 #360ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360ceb


Comments

No comments written yet.

Please login to write comment.