Color Hex Logo

#738bff Color Hex

#738BFF
(115,139,255)
0 Favorites   0 Comments

Color spaces of #738bff

RGB 115139255
HSL0.641.000.73
HSV230°55°100°
CMYK 0.550.450.00   0.00
XYZ34.352829.330198.4584
Yxy29.33010.21190.1809
Hunter Lab54.157318.4501-69.8797
CIE-Lab61.071923.9532-60.5195

#738bff color RGB value is (115,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 11111111
Octal 163 213 377
Decimal 115 139 255
Hex 73 8B FF

RGB Percentages of Color #738bff

%22.59
%27.31
%50.10

CMYK Percentages of Color #738bff

%55
%45
%0
%0

Triadic Colors of #738bff

#738bff #ff738b #8bff73

Analogous Colors of #738bff

#738bff #a173ff #73d1ff

Monochromatic Colors of #738bff

#738bff

Complementary Color

#738bff #ffe773

#738bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#738bff Color CSS Codes

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

#738bff Text Font Color

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

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


#738bff Background Color

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

This div background color is #738bff


#738bff Border Color

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

This div border color is #738bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,139,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 #738bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738bff

Related Colors


Comments

No comments written yet.

Please login to write comment.