Color Hex Logo

#747cd0 Color Hex

#747CD0
(116,124,208)
0 Favorites   0 Comments

Color spaces of #747cd0

RGB 116124208
HSL0.650.490.64
HSV235°44°82°
CMYK 0.440.400.00   0.18
XYZ25.795322.682462.6931
Yxy22.68240.23200.2040
Hunter Lab47.626013.3339-44.7089
CIE-Lab54.743718.7912-44.4140

#747cd0 color RGB value is (116,124,208).

#747cd0 hex color red value is 116, green value is 124 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #747cd0 hue: 0.65 , saturation: 0.49 and the lightness value of 747cd0 is 0.64.

The process color (four color CMYK) of #747cd0 color hex is 0.44, 0.40, 0.00, 0.18. Web safe color of #747cd0 is #6666cc. Color #747cd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111100 11010000
Octal 164 174 320
Decimal 116 124 208
Hex 74 7C D0

RGB Percentages of Color #747cd0

%25.89
%27.68
%46.43

CMYK Percentages of Color #747cd0

%44
%40
%0
%18

Triadic Colors of #747cd0

#747cd0 #d0747c #7cd074

Analogous Colors of #747cd0

#747cd0 #9a74d0 #74aad0

Monochromatic Colors of #747cd0

#747cd0

Complementary Color

#747cd0 #d0c874

#747cd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747cd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747cd0 Color CSS Codes

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

#747cd0 Text Font Color

<p style="color:#747cd0">Text here</p>

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


#747cd0 Background Color

<div style="background-color:#747cd0">
Div content here</div>

This div background color is #747cd0


#747cd0 Border Color

<div style="border:3px solid #747cd0">
Div here</div>

This div border color is #747cd0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,124,208, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747cd0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747cd0;
  -webkit-box-shadow: 1px 1px 3px 2px #747cd0;
  box-shadow:         1px 1px 3px 2px #747cd0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747cd0


Comments

No comments written yet.

Please login to write comment.