Color Hex Logo

#3249cd Color Hex

#3249CD
(50,73,205)
0 Favorites   0 Comments

Color spaces of #3249cd

RGB 5073205
HSL0.640.610.50
HSV231°76°80°
CMYK 0.760.640.00   0.20
XYZ14.71749.851058.8833
Yxy9.85100.17640.1180
Hunter Lab31.386328.7747-89.2625
CIE-Lab37.573737.5728-70.5765

#3249cd color RGB value is (50,73,205).

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

The process color (four color CMYK) of #3249cd color hex is 0.76, 0.64, 0.00, 0.20. Web safe color of #3249cd is #3333cc. Color #3249cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001001 11001101
Octal 62 111 315
Decimal 50 73 205
Hex 32 49 CD

RGB Percentages of Color #3249cd

%15.24
%22.26
%62.50

CMYK Percentages of Color #3249cd

%76
%64
%0
%20

Triadic Colors of #3249cd

#3249cd #cd3249 #49cd32

Analogous Colors of #3249cd

#3249cd #6932cd #3297cd

Monochromatic Colors of #3249cd

#3249cd

Complementary Color

#3249cd #cdb632

#3249cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3249cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3249cd Color CSS Codes

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

#3249cd Text Font Color

<p style="color:#3249cd">Text here</p>

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


#3249cd Background Color

<div style="background-color:#3249cd">
Div content here</div>

This div background color is #3249cd


#3249cd Border Color

<div style="border:3px solid #3249cd">
Div here</div>

This div border color is #3249cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,73,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3249cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3249cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3249cd;
  box-shadow:         1px 1px 3px 2px #3249cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3249cd


Comments

No comments written yet.

Please login to write comment.