Color Hex Logo

#4993ce Color Hex

#4993CE
(73,147,206)
0 Favorites   0 Comments

Color spaces of #4993ce

RGB 73147206
HSL0.570.580.55
HSV207°65°81°
CMYK 0.650.290.00   0.19
XYZ24.322026.740162.2720
Yxy26.74010.21460.2359
Hunter Lab51.7108-6.5371-35.2015
CIE-Lab58.7330-4.6884-37.1626

#4993ce color RGB value is (73,147,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010011 11001110
Octal 111 223 316
Decimal 73 147 206
Hex 49 93 CE

RGB Percentages of Color #4993ce

%17.14
%34.51
%48.36

CMYK Percentages of Color #4993ce

%65
%29
%0
%19

Triadic Colors of #4993ce

#4993ce #ce4993 #93ce49

Analogous Colors of #4993ce

#4993ce #4951ce #49cec7

Monochromatic Colors of #4993ce

#4993ce

Complementary Color

#4993ce #ce8449

#4993ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4993ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4993ce Color CSS Codes

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

#4993ce Text Font Color

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

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


#4993ce Background Color

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

This div background color is #4993ce


#4993ce Border Color

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

This div border color is #4993ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,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 #4993ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4993ce


Comments

No comments written yet.

Please login to write comment.