Color Hex Logo

#4083cd Color Hex

#4083CD
(64,131,205)
0 Favorites   0 Comments

Color spaces of #4083cd

RGB 64131205
HSL0.590.590.53
HSV211°69°80°
CMYK 0.690.360.00   0.20
XYZ21.250121.730460.8320
Yxy21.73040.20470.2093
Hunter Lab46.6159-0.2076-44.7401
CIE-Lab53.73982.8641-44.4819

#4083cd color RGB value is (64,131,205).

#4083cd hex color red value is 64, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4083cd hue: 0.59 , saturation: 0.59 and the lightness value of 4083cd is 0.53.

The process color (four color CMYK) of #4083cd color hex is 0.69, 0.36, 0.00, 0.20. Web safe color of #4083cd is #3399cc. Color #4083cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000011 11001101
Octal 100 203 315
Decimal 64 131 205
Hex 40 83 CD

RGB Percentages of Color #4083cd

%16.00
%32.75
%51.25

CMYK Percentages of Color #4083cd

%69
%36
%0
%20

Triadic Colors of #4083cd

#4083cd #cd4083 #83cd40

Analogous Colors of #4083cd

#4083cd #4440cd #40cacd

Monochromatic Colors of #4083cd

#4083cd

Complementary Color

#4083cd #cd8a40

#4083cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4083cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4083cd Color CSS Codes

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

#4083cd Text Font Color

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

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


#4083cd Background Color

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

This div background color is #4083cd


#4083cd Border Color

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

This div border color is #4083cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4083cd


Comments

No comments written yet.

Please login to write comment.