Color Hex Logo

#3252cc Color Hex

#3252CC
(50,82,204)
0 Favorites   0 Comments

Color spaces of #3252cc

RGB 5082204
HSL0.630.610.50
HSV228°75°80°
CMYK 0.750.600.00   0.20
XYZ15.231811.072358.4611
Yxy11.07230.17970.1306
Hunter Lab33.275123.4778-80.8743
CIE-Lab39.702031.4914-66.5166

#3252cc color RGB value is (50,82,204).

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

The process color (four color CMYK) of #3252cc color hex is 0.75, 0.60, 0.00, 0.20. Web safe color of #3252cc is #3366cc. Color #3252cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010010 11001100
Octal 62 122 314
Decimal 50 82 204
Hex 32 52 CC

RGB Percentages of Color #3252cc

%14.88
%24.40
%60.71

CMYK Percentages of Color #3252cc

%75
%60
%0
%20

Triadic Colors of #3252cc

#3252cc #cc3252 #52cc32

Analogous Colors of #3252cc

#3252cc #5f32cc #329fcc

Monochromatic Colors of #3252cc

#3252cc

Complementary Color

#3252cc #ccac32

#3252cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3252cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3252cc Color CSS Codes

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

#3252cc Text Font Color

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

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


#3252cc Background Color

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

This div background color is #3252cc


#3252cc Border Color

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

This div border color is #3252cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,82,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 #3252cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3252cc


Comments

No comments written yet.

Please login to write comment.