Color Hex Logo

#3652eb Color Hex

#3652EB
(54,82,235)
0 Favorites   0 Comments

Color spaces of #3652eb

RGB 5482235
HSL0.640.820.57
HSV231°77°92°
CMYK 0.770.650.00   0.08
XYZ19.534012.817080.0416
Yxy12.81700.17380.1140
Hunter Lab35.800834.7434-107.4968
CIE-Lab42.486242.9715-79.6637

#3652eb color RGB value is (54,82,235).

#3652eb hex color red value is 54, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3652eb hue: 0.64 , saturation: 0.82 and the lightness value of 3652eb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010010 11101011
Octal 66 122 353
Decimal 54 82 235
Hex 36 52 EB

RGB Percentages of Color #3652eb

%14.56
%22.10
%63.34

CMYK Percentages of Color #3652eb

%77
%65
%0
%8

Triadic Colors of #3652eb

#3652eb #eb3652 #52eb36

Analogous Colors of #3652eb

#3652eb #7536eb #36adeb

Monochromatic Colors of #3652eb

#3652eb

Complementary Color

#3652eb #ebcf36

#3652eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3652eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3652eb Color CSS Codes

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

#3652eb Text Font Color

<p style="color:#3652eb">Text here</p>

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


#3652eb Background Color

<div style="background-color:#3652eb">
Div content here</div>

This div background color is #3652eb


#3652eb Border Color

<div style="border:3px solid #3652eb">
Div here</div>

This div border color is #3652eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,82,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3652eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3652eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3652eb;
  box-shadow:         1px 1px 3px 2px #3652eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3652eb


Comments

No comments written yet.

Please login to write comment.