Color Hex Logo

#3950cd Color Hex

#3950CD
(57,80,205)
0 Favorites   0 Comments

Color spaces of #3950cd

RGB 5780205
HSL0.640.600.51
HSV231°72°80°
CMYK 0.720.610.00   0.20
XYZ15.575411.015059.0628
Yxy11.01500.18180.1286
Hunter Lab33.188925.6889-82.2801
CIE-Lab39.605733.9333-67.2383

#3950cd color RGB value is (57,80,205).

#3950cd hex color red value is 57, green value is 80 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3950cd hue: 0.64 , saturation: 0.60 and the lightness value of 3950cd is 0.51.

The process color (four color CMYK) of #3950cd color hex is 0.72, 0.61, 0.00, 0.20. Web safe color of #3950cd is #3366cc. Color #3950cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010000 11001101
Octal 71 120 315
Decimal 57 80 205
Hex 39 50 CD

RGB Percentages of Color #3950cd

%16.67
%23.39
%59.94

CMYK Percentages of Color #3950cd

%72
%61
%0
%20

Triadic Colors of #3950cd

#3950cd #cd3950 #50cd39

Analogous Colors of #3950cd

#3950cd #6c39cd #399acd

Monochromatic Colors of #3950cd

#3950cd

Complementary Color

#3950cd #cdb639

#3950cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3950cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3950cd Color CSS Codes

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

#3950cd Text Font Color

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

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


#3950cd Background Color

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

This div background color is #3950cd


#3950cd Border Color

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

This div border color is #3950cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,80,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 #3950cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3950cd


Comments

No comments written yet.

Please login to write comment.