Color Hex Logo

#4380d8 Color Hex

#4380D8
(67,128,216)
0 Favorites   0 Comments

Color spaces of #4380d8

RGB 67128216
HSL0.600.660.55
HSV215°69°85°
CMYK 0.690.410.00   0.15
XYZ22.428621.589567.9508
Yxy21.58950.20030.1928
Hunter Lab46.46454.8498-54.1820
CIE-Lab53.58879.0245-50.9323

#4380d8 color RGB value is (67,128,216).

#4380d8 hex color red value is 67, green value is 128 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #4380d8 hue: 0.60 , saturation: 0.66 and the lightness value of 4380d8 is 0.55.

The process color (four color CMYK) of #4380d8 color hex is 0.69, 0.41, 0.00, 0.15. Web safe color of #4380d8 is #3399cc. Color #4380d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000000 11011000
Octal 103 200 330
Decimal 67 128 216
Hex 43 80 D8

RGB Percentages of Color #4380d8

%16.30
%31.14
%52.55

CMYK Percentages of Color #4380d8

%69
%41
%0
%15

Triadic Colors of #4380d8

#4380d8 #d84380 #80d843

Analogous Colors of #4380d8

#4380d8 #5143d8 #43cbd8

Monochromatic Colors of #4380d8

#4380d8

Complementary Color

#4380d8 #d89b43

#4380d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4380d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4380d8 Color CSS Codes

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

#4380d8 Text Font Color

<p style="color:#4380d8">Text here</p>

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


#4380d8 Background Color

<div style="background-color:#4380d8">
Div content here</div>

This div background color is #4380d8


#4380d8 Border Color

<div style="border:3px solid #4380d8">
Div here</div>

This div border color is #4380d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,128,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4380d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4380d8;
  -webkit-box-shadow: 1px 1px 3px 2px #4380d8;
  box-shadow:         1px 1px 3px 2px #4380d8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4380d8


Comments

No comments written yet.

Please login to write comment.