Color Hex Logo

#748aed Color Hex

#748AED
(116,138,237)
0 Favorites   0 Comments

Color spaces of #748aed

RGB 116138237
HSL0.640.770.69
HSV229°51°93°
CMYK 0.510.420.00   0.07
XYZ31.577028.004483.8619
Yxy28.00440.22010.1952
Hunter Lab52.919213.9028-56.9144
CIE-Lab59.892719.1722-52.4796

#748aed color RGB value is (116,138,237).

#748aed hex color red value is 116, green value is 138 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #748aed hue: 0.64 , saturation: 0.77 and the lightness value of 748aed is 0.69.

The process color (four color CMYK) of #748aed color hex is 0.51, 0.42, 0.00, 0.07. Web safe color of #748aed is #6699ff. Color #748aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 11101101
Octal 164 212 355
Decimal 116 138 237
Hex 74 8A ED

RGB Percentages of Color #748aed

%23.63
%28.11
%48.27

CMYK Percentages of Color #748aed

%51
%42
%0
%7

Triadic Colors of #748aed

#748aed #ed748a #8aed74

Analogous Colors of #748aed

#748aed #9b74ed #74c7ed

Monochromatic Colors of #748aed

#748aed

Complementary Color

#748aed #edd774

#748aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#748aed Color CSS Codes

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

#748aed Text Font Color

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

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


#748aed Background Color

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

This div background color is #748aed


#748aed Border Color

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

This div border color is #748aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748aed


Comments

No comments written yet.

Please login to write comment.