Color Hex Logo

#362cdd Color Hex

#362CDD
(54,44,221)
0 Favorites   0 Comments

Color spaces of #362cdd

RGB 5444221
HSL0.680.720.52
HSV243°80°87°
CMYK 0.760.800.00   0.13
XYZ15.47317.806169.0978
Yxy7.80610.16750.0845
Hunter Lab27.939449.9610-127.0744
CIE-Lab33.575859.3242-86.3938

#362cdd color RGB value is (54,44,221).

#362cdd hex color red value is 54, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #362cdd hue: 0.68 , saturation: 0.72 and the lightness value of 362cdd is 0.52.

The process color (four color CMYK) of #362cdd color hex is 0.76, 0.80, 0.00, 0.13. Web safe color of #362cdd is #3333cc. Color #362cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101100 11011101
Octal 66 54 335
Decimal 54 44 221
Hex 36 2C DD

RGB Percentages of Color #362cdd

%16.93
%13.79
%69.28

CMYK Percentages of Color #362cdd

%76
%80
%0
%13

Triadic Colors of #362cdd

#362cdd #dd362c #2cdd36

Analogous Colors of #362cdd

#362cdd #8f2cdd #2c7bdd

Monochromatic Colors of #362cdd

#362cdd

Complementary Color

#362cdd #d3dd2c

#362cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#362cdd Color CSS Codes

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

#362cdd Text Font Color

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

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


#362cdd Background Color

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

This div background color is #362cdd


#362cdd Border Color

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

This div border color is #362cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362cdd


Comments

No comments written yet.

Please login to write comment.