Color Hex Logo

#748fea Color Hex

#748FEA
(116,143,234)
0 Favorites   0 Comments

Color spaces of #748fea

RGB 116143234
HSL0.630.740.69
HSV226°50°92°
CMYK 0.500.390.00   0.08
XYZ31.876229.298481.8170
Yxy29.29840.22290.2049
Hunter Lab54.128010.3954-51.7300
CIE-Lab61.044115.2998-48.9921

#748fea color RGB value is (116,143,234).

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

The process color (four color CMYK) of #748fea color hex is 0.50, 0.39, 0.00, 0.08. Web safe color of #748fea is #6699ff. Color #748fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 11101010
Octal 164 217 352
Decimal 116 143 234
Hex 74 8F EA

RGB Percentages of Color #748fea

%23.53
%29.01
%47.46

CMYK Percentages of Color #748fea

%50
%39
%0
%8

Triadic Colors of #748fea

#748fea #ea748f #8fea74

Analogous Colors of #748fea

#748fea #9474ea #74caea

Monochromatic Colors of #748fea

#748fea

Complementary Color

#748fea #eacf74

#748fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fea Color CSS Codes

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

#748fea Text Font Color

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

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


#748fea Background Color

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

This div background color is #748fea


#748fea Border Color

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

This div border color is #748fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fea


Comments

No comments written yet.

Please login to write comment.