Color Hex Logo

#363ddc Color Hex

#363DDC
(54,61,220)
0 Favorites   0 Comments

Color spaces of #363ddc

RGB 5461220
HSL0.660.700.54
HSV237°75°86°
CMYK 0.750.720.00   0.14
XYZ16.10839.289168.6541
Yxy9.28910.17130.0988
Hunter Lab30.478041.0046-112.2207
CIE-Lab36.535150.2545-80.9228

#363ddc color RGB value is (54,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 11011100
Octal 66 75 334
Decimal 54 61 220
Hex 36 3D DC

RGB Percentages of Color #363ddc

%16.12
%18.21
%65.67

CMYK Percentages of Color #363ddc

%75
%72
%0
%14

Triadic Colors of #363ddc

#363ddc #dc363d #3ddc36

Analogous Colors of #363ddc

#363ddc #8236dc #3690dc

Monochromatic Colors of #363ddc

#363ddc

Complementary Color

#363ddc #dcd536

#363ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#363ddc Color CSS Codes

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

#363ddc Text Font Color

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

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


#363ddc Background Color

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

This div background color is #363ddc


#363ddc Border Color

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

This div border color is #363ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363ddc


Comments

No comments written yet.

Please login to write comment.