Color Hex Logo

#4093cd Color Hex

#4093CD
(64,147,205)
0 Favorites   0 Comments

Color spaces of #4093cd

RGB 64147205
HSL0.570.590.53
HSV205°69°80°
CMYK 0.690.280.00   0.20
XYZ23.567526.365261.6045
Yxy26.36520.21130.2364
Hunter Lab51.3471-7.9286-35.1912
CIE-Lab58.3821-6.4928-37.1723

#4093cd color RGB value is (64,147,205).

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

The process color (four color CMYK) of #4093cd color hex is 0.69, 0.28, 0.00, 0.20. Web safe color of #4093cd is #3399cc. Color #4093cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010011 11001101
Octal 100 223 315
Decimal 64 147 205
Hex 40 93 CD

RGB Percentages of Color #4093cd

%15.38
%35.34
%49.28

CMYK Percentages of Color #4093cd

%69
%28
%0
%20

Triadic Colors of #4093cd

#4093cd #cd4093 #93cd40

Analogous Colors of #4093cd

#4093cd #404ccd #40cdc1

Monochromatic Colors of #4093cd

#4093cd

Complementary Color

#4093cd #cd7a40

#4093cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4093cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4093cd Color CSS Codes

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

#4093cd Text Font Color

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

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


#4093cd Background Color

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

This div background color is #4093cd


#4093cd Border Color

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

This div border color is #4093cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4093cd


Comments

No comments written yet.

Please login to write comment.