Color Hex Logo

#739edd Color Hex

#739EDD
(115,158,221)
0 Favorites   0 Comments

Color spaces of #739edd

RGB 115158221
HSL0.600.610.66
HSV216°48°87°
CMYK 0.480.290.00   0.13
XYZ32.348233.319073.1329
Yxy33.31900.23310.2401
Hunter Lab57.7226-0.9818-34.7129
CIE-Lab64.41842.4616-36.4993

#739edd color RGB value is (115,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011110 11011101
Octal 163 236 335
Decimal 115 158 221
Hex 73 9E DD

RGB Percentages of Color #739edd

%23.28
%31.98
%44.74

CMYK Percentages of Color #739edd

%48
%29
%0
%13

Triadic Colors of #739edd

#739edd #dd739e #9edd73

Analogous Colors of #739edd

#739edd #7d73dd #73d3dd

Monochromatic Colors of #739edd

#739edd

Complementary Color

#739edd #ddb273

#739edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#739edd Color CSS Codes

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

#739edd Text Font Color

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

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


#739edd Background Color

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

This div background color is #739edd


#739edd Border Color

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

This div border color is #739edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739edd


Comments

No comments written yet.

Please login to write comment.