Color Hex Logo

#748fff Color Hex

#748FFF
(116,143,255)
0 Favorites   0 Comments

Color spaces of #748fff

RGB 116143255
HSL0.631.000.73
HSV228°55°100°
CMYK 0.550.440.00   0.00
XYZ35.074930.577998.6612
Yxy30.57790.21350.1861
Hunter Lab55.297316.4518-67.0769
CIE-Lab62.149721.7857-58.7938

#748fff color RGB value is (116,143,255).

#748fff hex color red value is 116, green value is 143 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #748fff hue: 0.63 , saturation: 1.00 and the lightness value of 748fff is 0.73.

The process color (four color CMYK) of #748fff color hex is 0.55, 0.44, 0.00, 0.00. Web safe color of #748fff is #6699ff. Color #748fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 11111111
Octal 164 217 377
Decimal 116 143 255
Hex 74 8F FF

RGB Percentages of Color #748fff

%22.57
%27.82
%49.61

CMYK Percentages of Color #748fff

%55
%44
%0
%0

Triadic Colors of #748fff

#748fff #ff748f #8fff74

Analogous Colors of #748fff

#748fff #9f74ff #74d5ff

Monochromatic Colors of #748fff

#748fff

Complementary Color

#748fff #ffe474

#748fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fff Color CSS Codes

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

#748fff Text Font Color

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

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


#748fff Background Color

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

This div background color is #748fff


#748fff Border Color

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

This div border color is #748fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fff


Comments

No comments written yet.

Please login to write comment.