Color Hex Logo

#362efc Color Hex

#362EFC
(54,46,252)
0 Favorites   0 Comments

Color spaces of #362efc

RGB 5446252
HSL0.670.970.58
HSV242°82°99°
CMYK 0.790.820.00   0.01
XYZ20.06909.766592.9228
Yxy9.76650.16350.0796
Hunter Lab31.251459.9390-154.4167
CIE-Lab37.420167.4779-97.6038

#362efc color RGB value is (54,46,252).

#362efc hex color red value is 54, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #362efc hue: 0.67 , saturation: 0.97 and the lightness value of 362efc is 0.58.

The process color (four color CMYK) of #362efc color hex is 0.79, 0.82, 0.00, 0.01. Web safe color of #362efc is #3333ff. Color #362efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101110 11111100
Octal 66 56 374
Decimal 54 46 252
Hex 36 2E FC

RGB Percentages of Color #362efc

%15.34
%13.07
%71.59

CMYK Percentages of Color #362efc

%79
%82
%0
%1

Triadic Colors of #362efc

#362efc #fc362e #2efc36

Analogous Colors of #362efc

#362efc #9d2efc #2e8dfc

Monochromatic Colors of #362efc

#362efc

Complementary Color

#362efc #f4fc2e

#362efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#362efc Color CSS Codes

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

#362efc Text Font Color

<p style="color:#362efc">Text here</p>

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


#362efc Background Color

<div style="background-color:#362efc">
Div content here</div>

This div background color is #362efc


#362efc Border Color

<div style="border:3px solid #362efc">
Div here</div>

This div border color is #362efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,46,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #362efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #362efc;
  -webkit-box-shadow: 1px 1px 3px 2px #362efc;
  box-shadow:         1px 1px 3px 2px #362efc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362efc


Comments

No comments written yet.

Please login to write comment.