Color Hex Logo

#362ecd Color Hex

#362ECD
(54,46,205)
0 Favorites   0 Comments

Color spaces of #362ecd

RGB 5446205
HSL0.680.630.49
HSV243°78°80°
CMYK 0.740.780.00   0.20
XYZ13.51787.146058.4245
Yxy7.14600.17090.0904
Hunter Lab26.732043.4826-110.8697
CIE-Lab32.137053.5041-79.5257

#362ecd color RGB value is (54,46,205).

#362ecd hex color red value is 54, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #362ecd hue: 0.68 , saturation: 0.63 and the lightness value of 362ecd is 0.49.

The process color (four color CMYK) of #362ecd color hex is 0.74, 0.78, 0.00, 0.20. Web safe color of #362ecd is #3333cc. Color #362ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101110 11001101
Octal 66 56 315
Decimal 54 46 205
Hex 36 2E CD

RGB Percentages of Color #362ecd

%17.70
%15.08
%67.21

CMYK Percentages of Color #362ecd

%74
%78
%0
%20

Triadic Colors of #362ecd

#362ecd #cd362e #2ecd36

Analogous Colors of #362ecd

#362ecd #862ecd #2e76cd

Monochromatic Colors of #362ecd

#362ecd

Complementary Color

#362ecd #c5cd2e

#362ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#362ecd Color CSS Codes

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

#362ecd Text Font Color

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

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


#362ecd Background Color

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

This div background color is #362ecd


#362ecd Border Color

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

This div border color is #362ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362ecd


Comments

No comments written yet.

Please login to write comment.