Color Hex Logo

#739aed Color Hex

#739AED
(115,154,237)
0 Favorites   0 Comments

Color spaces of #739aed

RGB 115154237
HSL0.610.770.69
HSV221°51°93°
CMYK 0.510.350.00   0.07
XYZ33.911932.870584.6780
Yxy32.87050.22390.2170
Hunter Lab57.33285.2489-47.4357
CIE-Lab64.05599.5607-45.8945

#739aed color RGB value is (115,154,237).

#739aed hex color red value is 115, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #739aed hue: 0.61 , saturation: 0.77 and the lightness value of 739aed is 0.69.

The process color (four color CMYK) of #739aed color hex is 0.51, 0.35, 0.00, 0.07. Web safe color of #739aed is #6699ff. Color #739aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011010 11101101
Octal 163 232 355
Decimal 115 154 237
Hex 73 9A ED

RGB Percentages of Color #739aed

%22.73
%30.43
%46.84

CMYK Percentages of Color #739aed

%51
%35
%0
%7

Triadic Colors of #739aed

#739aed #ed739a #9aed73

Analogous Colors of #739aed

#739aed #8973ed #73d7ed

Monochromatic Colors of #739aed

#739aed

Complementary Color

#739aed #edc673

#739aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#739aed Color CSS Codes

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

#739aed Text Font Color

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

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


#739aed Background Color

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

This div background color is #739aed


#739aed Border Color

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

This div border color is #739aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739aed


Comments

No comments written yet.

Please login to write comment.