Color Hex Logo

#738dfa Color Hex

#738DFA
(115,141,250)
0 Favorites   0 Comments

Color spaces of #738dfa

RGB 115141250
HSL0.630.930.72
HSV228°54°98°
CMYK 0.540.440.00   0.02
XYZ33.850429.596794.3711
Yxy29.59670.21450.1875
Hunter Lab54.402815.8608-64.7667
CIE-Lab61.304721.2050-57.4039

#738dfa color RGB value is (115,141,250).

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

The process color (four color CMYK) of #738dfa color hex is 0.54, 0.44, 0.00, 0.02. Web safe color of #738dfa is #6699ff. Color #738dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001101 11111010
Octal 163 215 372
Decimal 115 141 250
Hex 73 8D FA

RGB Percentages of Color #738dfa

%22.73
%27.87
%49.41

CMYK Percentages of Color #738dfa

%54
%44
%0
%2

Triadic Colors of #738dfa

#738dfa #fa738d #8dfa73

Analogous Colors of #738dfa

#738dfa #9d73fa #73d1fa

Monochromatic Colors of #738dfa

#738dfa

Complementary Color

#738dfa #fae073

#738dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#738dfa Color CSS Codes

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

#738dfa Text Font Color

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

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


#738dfa Background Color

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

This div background color is #738dfa


#738dfa Border Color

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

This div border color is #738dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738dfa


Comments

No comments written yet.

Please login to write comment.