Color Hex Logo

#3668ec Color Hex

#3668EC
(54,104,236)
0 Favorites   0 Comments

Color spaces of #3668ec

RGB 54104236
HSL0.620.830.57
HSV224°77°93°
CMYK 0.770.560.00   0.07
XYZ21.612016.741081.4491
Yxy16.74100.18040.1397
Hunter Lab40.915822.6824-89.3848
CIE-Lab47.932029.6105-71.3262

#3668ec color RGB value is (54,104,236).

#3668ec hex color red value is 54, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3668ec hue: 0.62 , saturation: 0.83 and the lightness value of 3668ec is 0.57.

The process color (four color CMYK) of #3668ec color hex is 0.77, 0.56, 0.00, 0.07. Web safe color of #3668ec is #3366ff. Color #3668ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101000 11101100
Octal 66 150 354
Decimal 54 104 236
Hex 36 68 EC

RGB Percentages of Color #3668ec

%13.71
%26.40
%59.90

CMYK Percentages of Color #3668ec

%77
%56
%0
%7

Triadic Colors of #3668ec

#3668ec #ec3668 #68ec36

Analogous Colors of #3668ec

#3668ec #5f36ec #36c3ec

Monochromatic Colors of #3668ec

#3668ec

Complementary Color

#3668ec #ecba36

#3668ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3668ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3668ec Color CSS Codes

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

#3668ec Text Font Color

<p style="color:#3668ec">Text here</p>

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


#3668ec Background Color

<div style="background-color:#3668ec">
Div content here</div>

This div background color is #3668ec


#3668ec Border Color

<div style="border:3px solid #3668ec">
Div here</div>

This div border color is #3668ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,104,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3668ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3668ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3668ec;
  box-shadow:         1px 1px 3px 2px #3668ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3668ec


Comments

No comments written yet.

Please login to write comment.