Color Hex Logo

#4388dc Color Hex

#4388DC
(67,136,220)
0 Favorites   0 Comments

Color spaces of #4388dc

RGB 67136220
HSL0.590.690.56
HSV213°70°86°
CMYK 0.700.380.00   0.14
XYZ24.037223.968971.0697
Yxy23.96890.20190.2013
Hunter Lab48.95801.9626-51.7974
CIE-Lab56.05665.6037-49.2532

#4388dc color RGB value is (67,136,220).

#4388dc hex color red value is 67, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4388dc hue: 0.59 , saturation: 0.69 and the lightness value of 4388dc is 0.56.

The process color (four color CMYK) of #4388dc color hex is 0.70, 0.38, 0.00, 0.14. Web safe color of #4388dc is #3399cc. Color #4388dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001000 11011100
Octal 103 210 334
Decimal 67 136 220
Hex 43 88 DC

RGB Percentages of Color #4388dc

%15.84
%32.15
%52.01

CMYK Percentages of Color #4388dc

%70
%38
%0
%14

Triadic Colors of #4388dc

#4388dc #dc4388 #88dc43

Analogous Colors of #4388dc

#4388dc #4a43dc #43d5dc

Monochromatic Colors of #4388dc

#4388dc

Complementary Color

#4388dc #dc9743

#4388dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4388dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4388dc Color CSS Codes

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

#4388dc Text Font Color

<p style="color:#4388dc">Text here</p>

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


#4388dc Background Color

<div style="background-color:#4388dc">
Div content here</div>

This div background color is #4388dc


#4388dc Border Color

<div style="border:3px solid #4388dc">
Div here</div>

This div border color is #4388dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,136,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4388dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4388dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4388dc;
  box-shadow:         1px 1px 3px 2px #4388dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,136,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4388dc


Comments

No comments written yet.

Please login to write comment.