Color Hex Logo

#4088cc Color Hex

#4088CC
(64,136,204)
0 Favorites   0 Comments

Color spaces of #4088cc

RGB 64136204
HSL0.580.580.53
HSV209°69°80°
CMYK 0.690.330.00   0.20
XYZ21.817623.057960.4275
Yxy23.05790.20720.2190
Hunter Lab48.0186-2.9299-40.9985
CIE-Lab55.1319-0.4588-41.7157

#4088cc color RGB value is (64,136,204).

#4088cc hex color red value is 64, green value is 136 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4088cc hue: 0.58 , saturation: 0.58 and the lightness value of 4088cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001000 11001100
Octal 100 210 314
Decimal 64 136 204
Hex 40 88 CC

RGB Percentages of Color #4088cc

%15.84
%33.66
%50.50

CMYK Percentages of Color #4088cc

%69
%33
%0
%20

Triadic Colors of #4088cc

#4088cc #cc4088 #88cc40

Analogous Colors of #4088cc

#4088cc #4042cc #40ccca

Monochromatic Colors of #4088cc

#4088cc

Complementary Color

#4088cc #cc8440

#4088cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4088cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4088cc Color CSS Codes

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

#4088cc Text Font Color

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

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


#4088cc Background Color

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

This div background color is #4088cc


#4088cc Border Color

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

This div border color is #4088cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4088cc


Comments

No comments written yet.

Please login to write comment.