Color Hex Logo

#738aff Color Hex

#738AFF
(115,138,255)
0 Favorites   0 Comments

Color spaces of #738aff

RGB 115138255
HSL0.641.000.73
HSV230°55°100°
CMYK 0.550.460.00   0.00
XYZ34.208729.041898.4104
Yxy29.04180.21160.1796
Hunter Lab53.890419.0004-70.5473
CIE-Lab60.818524.5466-60.9248

#738aff color RGB value is (115,138,255).

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

The process color (four color CMYK) of #738aff color hex is 0.55, 0.46, 0.00, 0.00. Web safe color of #738aff is #6699ff. Color #738aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001010 11111111
Octal 163 212 377
Decimal 115 138 255
Hex 73 8A FF

RGB Percentages of Color #738aff

%22.64
%27.17
%50.20

CMYK Percentages of Color #738aff

%55
%46
%0
%0

Triadic Colors of #738aff

#738aff #ff738a #8aff73

Analogous Colors of #738aff

#738aff #a273ff #73d0ff

Monochromatic Colors of #738aff

#738aff

Complementary Color

#738aff #ffe873

#738aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#738aff Color CSS Codes

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

#738aff Text Font Color

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

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


#738aff Background Color

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

This div background color is #738aff


#738aff Border Color

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

This div border color is #738aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738aff


Comments

No comments written yet.

Please login to write comment.