Color Hex Logo

#3752be Color Hex

#3752BE
(55,82,190)
0 Favorites   0 Comments

Color spaces of #3752be

RGB 5582190
HSL0.630.550.48
HSV228°71°75°
CMYK 0.710.570.00   0.25
XYZ13.887110.564550.0224
Yxy10.56450.18650.1419
Hunter Lab32.503119.3846-68.4955
CIE-Lab38.837126.9799-59.7766

#3752be color RGB value is (55,82,190).

#3752be hex color red value is 55, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3752be hue: 0.63 , saturation: 0.55 and the lightness value of 3752be is 0.48.

The process color (four color CMYK) of #3752be color hex is 0.71, 0.57, 0.00, 0.25. Web safe color of #3752be is #3366cc. Color #3752be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010010 10111110
Octal 67 122 276
Decimal 55 82 190
Hex 37 52 BE

RGB Percentages of Color #3752be

%16.82
%25.08
%58.10

CMYK Percentages of Color #3752be

%71
%57
%0
%25

Triadic Colors of #3752be

#3752be #be3752 #52be37

Analogous Colors of #3752be

#3752be #6037be #3796be

Monochromatic Colors of #3752be

#3752be

Complementary Color

#3752be #bea337

#3752be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3752be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3752be Color CSS Codes

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

#3752be Text Font Color

<p style="color:#3752be">Text here</p>

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


#3752be Background Color

<div style="background-color:#3752be">
Div content here</div>

This div background color is #3752be


#3752be Border Color

<div style="border:3px solid #3752be">
Div here</div>

This div border color is #3752be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,82,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3752be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3752be;
  -webkit-box-shadow: 1px 1px 3px 2px #3752be;
  box-shadow:         1px 1px 3px 2px #3752be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3752be


Comments

No comments written yet.

Please login to write comment.