Color Hex Logo

#4375db Color Hex

#4375DB
(67,117,219)
0 Favorites   0 Comments

Color spaces of #4375db

RGB 67117219
HSL0.610.680.56
HSV220°69°86°
CMYK 0.690.470.00   0.14
XYZ21.462219.030369.5599
Yxy19.03030.19500.1729
Hunter Lab43.623711.4777-64.0038
CIE-Lab50.722616.8753-57.2124

#4375db color RGB value is (67,117,219).

#4375db hex color red value is 67, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4375db hue: 0.61 , saturation: 0.68 and the lightness value of 4375db is 0.56.

The process color (four color CMYK) of #4375db color hex is 0.69, 0.47, 0.00, 0.14. Web safe color of #4375db is #3366cc. Color #4375db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01110101 11011011
Octal 103 165 333
Decimal 67 117 219
Hex 43 75 DB

RGB Percentages of Color #4375db

%16.63
%29.03
%54.34

CMYK Percentages of Color #4375db

%69
%47
%0
%14

Triadic Colors of #4375db

#4375db #db4375 #75db43

Analogous Colors of #4375db

#4375db #5d43db #43c1db

Monochromatic Colors of #4375db

#4375db

Complementary Color

#4375db #dba943

#4375db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4375db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4375db Color CSS Codes

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

#4375db Text Font Color

<p style="color:#4375db">Text here</p>

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


#4375db Background Color

<div style="background-color:#4375db">
Div content here</div>

This div background color is #4375db


#4375db Border Color

<div style="border:3px solid #4375db">
Div here</div>

This div border color is #4375db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,117,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4375db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4375db;
  -webkit-box-shadow: 1px 1px 3px 2px #4375db;
  box-shadow:         1px 1px 3px 2px #4375db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4375db


Comments

No comments written yet.

Please login to write comment.