Color Hex Logo

#4084cf Color Hex

#4084CF
(64,132,207)
0 Favorites   0 Comments

Color spaces of #4084cf

RGB 64132207
HSL0.590.600.53
HSV211°69°81°
CMYK 0.690.360.00   0.19
XYZ21.628122.097562.1568
Yxy22.09750.20430.2087
Hunter Lab47.0080-0.1371-45.4912
CIE-Lab54.13032.9696-44.9958

#4084cf color RGB value is (64,132,207).

#4084cf hex color red value is 64, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4084cf hue: 0.59 , saturation: 0.60 and the lightness value of 4084cf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000100 11001111
Octal 100 204 317
Decimal 64 132 207
Hex 40 84 CF

RGB Percentages of Color #4084cf

%15.88
%32.75
%51.36

CMYK Percentages of Color #4084cf

%69
%36
%0
%19

Triadic Colors of #4084cf

#4084cf #cf4084 #84cf40

Analogous Colors of #4084cf

#4084cf #4440cf #40cccf

Monochromatic Colors of #4084cf

#4084cf

Complementary Color

#4084cf #cf8b40

#4084cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4084cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4084cf Color CSS Codes

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

#4084cf Text Font Color

<p style="color:#4084cf">Text here</p>

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


#4084cf Background Color

<div style="background-color:#4084cf">
Div content here</div>

This div background color is #4084cf


#4084cf Border Color

<div style="border:3px solid #4084cf">
Div here</div>

This div border color is #4084cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,132,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4084cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4084cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4084cf;
  box-shadow:         1px 1px 3px 2px #4084cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,132,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4084cf


Comments

No comments written yet.

Please login to write comment.