Color Hex Logo

#739edc Color Hex

#739EDC
(115,158,220)
0 Favorites   0 Comments

Color spaces of #739edc

RGB 115158220
HSL0.600.600.66
HSV215°48°86°
CMYK 0.480.280.00   0.14
XYZ32.215433.265972.4332
Yxy33.26590.23360.2412
Hunter Lab57.6766-1.2325-34.0858
CIE-Lab64.37562.1675-36.0126

#739edc color RGB value is (115,158,220).

#739edc hex color red value is 115, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #739edc hue: 0.60 , saturation: 0.60 and the lightness value of 739edc is 0.66.

The process color (four color CMYK) of #739edc color hex is 0.48, 0.28, 0.00, 0.14. Web safe color of #739edc is #6699cc. Color #739edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011110 11011100
Octal 163 236 334
Decimal 115 158 220
Hex 73 9E DC

RGB Percentages of Color #739edc

%23.33
%32.05
%44.62

CMYK Percentages of Color #739edc

%48
%28
%0
%14

Triadic Colors of #739edc

#739edc #dc739e #9edc73

Analogous Colors of #739edc

#739edc #7d73dc #73d3dc

Monochromatic Colors of #739edc

#739edc

Complementary Color

#739edc #dcb173

#739edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#739edc Color CSS Codes

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

#739edc Text Font Color

<p style="color:#739edc">Text here</p>

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


#739edc Background Color

<div style="background-color:#739edc">
Div content here</div>

This div background color is #739edc


#739edc Border Color

<div style="border:3px solid #739edc">
Div here</div>

This div border color is #739edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,158,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #739edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #739edc;
  -webkit-box-shadow: 1px 1px 3px 2px #739edc;
  box-shadow:         1px 1px 3px 2px #739edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,158,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739edc


Comments

No comments written yet.

Please login to write comment.