Color Hex Logo

#738ade Color Hex

#738ADE
(115,138,222)
0 Favorites   0 Comments

Color spaces of #738ade

RGB 115138222
HSL0.630.620.66
HSV227°48°87°
CMYK 0.480.380.00   0.13
XYZ29.343527.095772.7907
Yxy27.09570.22710.2097
Hunter Lab52.05359.5299-46.4726
CIE-Lab59.062814.3843-45.4594

#738ade color RGB value is (115,138,222).

#738ade hex color red value is 115, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #738ade hue: 0.63 , saturation: 0.62 and the lightness value of 738ade is 0.66.

The process color (four color CMYK) of #738ade color hex is 0.48, 0.38, 0.00, 0.13. Web safe color of #738ade is #6699cc. Color #738ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001010 11011110
Octal 163 212 336
Decimal 115 138 222
Hex 73 8A DE

RGB Percentages of Color #738ade

%24.21
%29.05
%46.74

CMYK Percentages of Color #738ade

%48
%38
%0
%13

Triadic Colors of #738ade

#738ade #de738a #8ade73

Analogous Colors of #738ade

#738ade #9273de #73c0de

Monochromatic Colors of #738ade

#738ade

Complementary Color

#738ade #dec773

#738ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#738ade Color CSS Codes

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

#738ade Text Font Color

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

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


#738ade Background Color

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

This div background color is #738ade


#738ade Border Color

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

This div border color is #738ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738ade


Comments

No comments written yet.

Please login to write comment.