Color Hex Logo

#3248cc Color Hex

#3248CC
(50,72,204)
0 Favorites   0 Comments

Color spaces of #3248cc

RGB 5072204
HSL0.640.610.50
HSV231°75°80°
CMYK 0.750.650.00   0.20
XYZ14.53189.672558.2278
Yxy9.67250.17630.1173
Hunter Lab31.100628.9781-89.2345
CIE-Lab37.248137.8426-70.5309

#3248cc color RGB value is (50,72,204).

#3248cc hex color red value is 50, green value is 72 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3248cc hue: 0.64 , saturation: 0.61 and the lightness value of 3248cc is 0.50.

The process color (four color CMYK) of #3248cc color hex is 0.75, 0.65, 0.00, 0.20. Web safe color of #3248cc is #3333cc. Color #3248cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001000 11001100
Octal 62 110 314
Decimal 50 72 204
Hex 32 48 CC

RGB Percentages of Color #3248cc

%15.34
%22.09
%62.58

CMYK Percentages of Color #3248cc

%75
%65
%0
%20

Triadic Colors of #3248cc

#3248cc #cc3248 #48cc32

Analogous Colors of #3248cc

#3248cc #6932cc #3295cc

Monochromatic Colors of #3248cc

#3248cc

Complementary Color

#3248cc #ccb632

#3248cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3248cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3248cc Color CSS Codes

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

#3248cc Text Font Color

<p style="color:#3248cc">Text here</p>

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


#3248cc Background Color

<div style="background-color:#3248cc">
Div content here</div>

This div background color is #3248cc


#3248cc Border Color

<div style="border:3px solid #3248cc">
Div here</div>

This div border color is #3248cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,72,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3248cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3248cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3248cc;
  box-shadow:         1px 1px 3px 2px #3248cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,72,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3248cc


Comments

No comments written yet.

Please login to write comment.