Color Hex Logo

#738dec Color Hex

#738DEC
(115,141,236)
0 Favorites   0 Comments

Color spaces of #738dec

RGB 115141236
HSL0.630.760.69
HSV227°51°93°
CMYK 0.510.400.00   0.07
XYZ31.735428.750783.2337
Yxy28.75070.22080.2000
Hunter Lab53.619711.8128-54.5019
CIE-Lab60.561016.8699-50.8686

#738dec color RGB value is (115,141,236).

#738dec hex color red value is 115, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #738dec hue: 0.63 , saturation: 0.76 and the lightness value of 738dec is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001101 11101100
Octal 163 215 354
Decimal 115 141 236
Hex 73 8D EC

RGB Percentages of Color #738dec

%23.37
%28.66
%47.97

CMYK Percentages of Color #738dec

%51
%40
%0
%7

Triadic Colors of #738dec

#738dec #ec738d #8dec73

Analogous Colors of #738dec

#738dec #9673ec #73caec

Monochromatic Colors of #738dec

#738dec

Complementary Color

#738dec #ecd273

#738dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#738dec Color CSS Codes

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

#738dec Text Font Color

<p style="color:#738dec">Text here</p>

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


#738dec Background Color

<div style="background-color:#738dec">
Div content here</div>

This div background color is #738dec


#738dec Border Color

<div style="border:3px solid #738dec">
Div here</div>

This div border color is #738dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,141,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #738dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #738dec;
  -webkit-box-shadow: 1px 1px 3px 2px #738dec;
  box-shadow:         1px 1px 3px 2px #738dec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738dec


Comments

No comments written yet.

Please login to write comment.