Color Hex Logo

#4093ce Color Hex

#4093CE
(64,147,206)
0 Favorites   0 Comments

Color spaces of #4093ce

RGB 64147206
HSL0.570.590.53
HSV205°69°81°
CMYK 0.690.290.00   0.19
XYZ23.688626.413762.2423
Yxy26.41370.21090.2351
Hunter Lab51.3943-7.6659-35.8286
CIE-Lab58.4277-6.1522-37.6626

#4093ce color RGB value is (64,147,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010011 11001110
Octal 100 223 316
Decimal 64 147 206
Hex 40 93 CE

RGB Percentages of Color #4093ce

%15.35
%35.25
%49.40

CMYK Percentages of Color #4093ce

%69
%29
%0
%19

Triadic Colors of #4093ce

#4093ce #ce4093 #93ce40

Analogous Colors of #4093ce

#4093ce #404cce #40cec2

Monochromatic Colors of #4093ce

#4093ce

Complementary Color

#4093ce #ce7b40

#4093ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4093ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4093ce Color CSS Codes

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

#4093ce Text Font Color

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

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


#4093ce Background Color

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

This div background color is #4093ce


#4093ce Border Color

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

This div border color is #4093ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4093ce


Comments

No comments written yet.

Please login to write comment.