Color Hex Logo

#4372bd Color Hex

#4372BD
(67,114,189)
0 Favorites   0 Comments

Color spaces of #4372bd

RGB 67114189
HSL0.600.480.50
HSV217°65°74°
CMYK 0.650.400.00   0.26
XYZ17.517416.902050.4833
Yxy16.90200.20630.1991
Hunter Lab41.11204.1109-44.0264
CIE-Lab48.13638.0928-44.2160

#4372bd color RGB value is (67,114,189).

#4372bd hex color red value is 67, green value is 114 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4372bd hue: 0.60 , saturation: 0.48 and the lightness value of 4372bd is 0.50.

The process color (four color CMYK) of #4372bd color hex is 0.65, 0.40, 0.00, 0.26. Web safe color of #4372bd is #3366cc. Color #4372bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01110010 10111101
Octal 103 162 275
Decimal 67 114 189
Hex 43 72 BD

RGB Percentages of Color #4372bd

%18.11
%30.81
%51.08

CMYK Percentages of Color #4372bd

%65
%40
%0
%26

Triadic Colors of #4372bd

#4372bd #bd4372 #72bd43

Analogous Colors of #4372bd

#4372bd #5143bd #43afbd

Monochromatic Colors of #4372bd

#4372bd

Complementary Color

#4372bd #bd8e43

#4372bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4372bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4372bd Color CSS Codes

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

#4372bd Text Font Color

<p style="color:#4372bd">Text here</p>

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


#4372bd Background Color

<div style="background-color:#4372bd">
Div content here</div>

This div background color is #4372bd


#4372bd Border Color

<div style="border:3px solid #4372bd">
Div here</div>

This div border color is #4372bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,114,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4372bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4372bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4372bd;
  box-shadow:         1px 1px 3px 2px #4372bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4372bd


Comments

No comments written yet.

Please login to write comment.