Color Hex Logo

#738aef Color Hex

#738AEF
(115,138,239)
0 Favorites   0 Comments

Color spaces of #738aef

RGB 115138239
HSL0.640.790.69
HSV229°52°94°
CMYK 0.520.420.00   0.06
XYZ31.738728.053885.4035
Yxy28.05380.21860.1932
Hunter Lab52.965814.2723-58.5247
CIE-Lab59.937319.5701-53.5193

#738aef color RGB value is (115,138,239).

#738aef hex color red value is 115, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #738aef hue: 0.64 , saturation: 0.79 and the lightness value of 738aef is 0.69.

The process color (four color CMYK) of #738aef color hex is 0.52, 0.42, 0.00, 0.06. Web safe color of #738aef is #6699ff. Color #738aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001010 11101111
Octal 163 212 357
Decimal 115 138 239
Hex 73 8A EF

RGB Percentages of Color #738aef

%23.37
%28.05
%48.58

CMYK Percentages of Color #738aef

%52
%42
%0
%6

Triadic Colors of #738aef

#738aef #ef738a #8aef73

Analogous Colors of #738aef

#738aef #9a73ef #73c8ef

Monochromatic Colors of #738aef

#738aef

Complementary Color

#738aef #efd873

#738aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#738aef Color CSS Codes

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

#738aef Text Font Color

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

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


#738aef Background Color

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

This div background color is #738aef


#738aef Border Color

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

This div border color is #738aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738aef


Comments

No comments written yet.

Please login to write comment.