Color Hex Logo

#748ade Color Hex

#748ADE
(116,138,222)
0 Favorites   0 Comments

Color spaces of #748ade

RGB 116138222
HSL0.630.620.66
HSV228°48°87°
CMYK 0.480.380.00   0.13
XYZ29.475827.163972.7969
Yxy27.16390.22770.2099
Hunter Lab52.11909.7421-46.3297
CIE-Lab59.125714.6202-45.3559

#748ade color RGB value is (116,138,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 11011110
Octal 164 212 336
Decimal 116 138 222
Hex 74 8A DE

RGB Percentages of Color #748ade

%24.37
%28.99
%46.64

CMYK Percentages of Color #748ade

%48
%38
%0
%13

Triadic Colors of #748ade

#748ade #de748a #8ade74

Analogous Colors of #748ade

#748ade #9374de #74bfde

Monochromatic Colors of #748ade

#748ade

Complementary Color

#748ade #dec874

#748ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#748ade Color CSS Codes

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

#748ade Text Font Color

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

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


#748ade Background Color

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

This div background color is #748ade


#748ade Border Color

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

This div border color is #748ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #748ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748ade


Comments

No comments written yet.

Please login to write comment.