Color Hex Logo

#4093c5 Color Hex

#4093C5
(64,147,197)
0 Favorites   0 Comments

Color spaces of #4093c5

RGB 64147197
HSL0.560.530.51
HSV203°68°77°
CMYK 0.680.250.00   0.23
XYZ22.626125.988656.6471
Yxy25.98860.21500.2469
Hunter Lab50.9790-9.9893-30.1968
CIE-Lab58.0262-9.1984-33.2241

#4093c5 color RGB value is (64,147,197).

#4093c5 hex color red value is 64, green value is 147 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #4093c5 hue: 0.56 , saturation: 0.53 and the lightness value of 4093c5 is 0.51.

The process color (four color CMYK) of #4093c5 color hex is 0.68, 0.25, 0.00, 0.23. Web safe color of #4093c5 is #3399cc. Color #4093c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010011 11000101
Octal 100 223 305
Decimal 64 147 197
Hex 40 93 C5

RGB Percentages of Color #4093c5

%15.69
%36.03
%48.28

CMYK Percentages of Color #4093c5

%68
%25
%0
%23

Triadic Colors of #4093c5

#4093c5 #c54093 #93c540

Analogous Colors of #4093c5

#4093c5 #4051c5 #40c5b5

Monochromatic Colors of #4093c5

#4093c5

Complementary Color

#4093c5 #c57240

#4093c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4093c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4093c5 Color CSS Codes

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

#4093c5 Text Font Color

<p style="color:#4093c5">Text here</p>

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


#4093c5 Background Color

<div style="background-color:#4093c5">
Div content here</div>

This div background color is #4093c5


#4093c5 Border Color

<div style="border:3px solid #4093c5">
Div here</div>

This div border color is #4093c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,147,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4093c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4093c5;
  -webkit-box-shadow: 1px 1px 3px 2px #4093c5;
  box-shadow:         1px 1px 3px 2px #4093c5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,147,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4093c5


Comments

No comments written yet.

Please login to write comment.