Color Hex Logo

#3663ea Color Hex

#3663EA
(54,99,234)
0 Favorites   0 Comments

Color spaces of #3663ea

RGB 5499234
HSL0.630.810.56
HSV225°77°92°
CMYK 0.770.580.00   0.08
XYZ20.834415.648579.7643
Yxy15.64850.17920.1346
Hunter Lab39.558224.7851-91.8604
CIE-Lab46.509932.0354-72.5175

#3663ea color RGB value is (54,99,234).

#3663ea hex color red value is 54, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3663ea hue: 0.63 , saturation: 0.81 and the lightness value of 3663ea is 0.56.

The process color (four color CMYK) of #3663ea color hex is 0.77, 0.58, 0.00, 0.08. Web safe color of #3663ea is #3366ff. Color #3663ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100011 11101010
Octal 66 143 352
Decimal 54 99 234
Hex 36 63 EA

RGB Percentages of Color #3663ea

%13.95
%25.58
%60.47

CMYK Percentages of Color #3663ea

%77
%58
%0
%8

Triadic Colors of #3663ea

#3663ea #ea3663 #63ea36

Analogous Colors of #3663ea

#3663ea #6336ea #36bdea

Monochromatic Colors of #3663ea

#3663ea

Complementary Color

#3663ea #eabd36

#3663ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3663ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3663ea Color CSS Codes

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

#3663ea Text Font Color

<p style="color:#3663ea">Text here</p>

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


#3663ea Background Color

<div style="background-color:#3663ea">
Div content here</div>

This div background color is #3663ea


#3663ea Border Color

<div style="border:3px solid #3663ea">
Div here</div>

This div border color is #3663ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,99,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3663ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3663ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3663ea;
  box-shadow:         1px 1px 3px 2px #3663ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3663ea


Comments

No comments written yet.

Please login to write comment.