Color Hex Logo

#363ddd Color Hex

#363DDD
(54,61,221)
0 Favorites   0 Comments

Color spaces of #363ddd

RGB 5461221
HSL0.660.710.54
HSV237°76°87°
CMYK 0.760.720.00   0.13
XYZ16.24129.342269.3538
Yxy9.34220.17110.0984
Hunter Lab30.565041.3600-113.1370
CIE-Lab36.635050.5827-81.3312

#363ddd color RGB value is (54,61,221).

#363ddd hex color red value is 54, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #363ddd hue: 0.66 , saturation: 0.71 and the lightness value of 363ddd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 11011101
Octal 66 75 335
Decimal 54 61 221
Hex 36 3D DD

RGB Percentages of Color #363ddd

%16.07
%18.15
%65.77

CMYK Percentages of Color #363ddd

%76
%72
%0
%13

Triadic Colors of #363ddd

#363ddd #dd363d #3ddd36

Analogous Colors of #363ddd

#363ddd #8336dd #3691dd

Monochromatic Colors of #363ddd

#363ddd

Complementary Color

#363ddd #ddd636

#363ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#363ddd Color CSS Codes

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

#363ddd Text Font Color

<p style="color:#363ddd">Text here</p>

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


#363ddd Background Color

<div style="background-color:#363ddd">
Div content here</div>

This div background color is #363ddd


#363ddd Border Color

<div style="border:3px solid #363ddd">
Div here</div>

This div border color is #363ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363ddd


Comments

No comments written yet.

Please login to write comment.