Color Hex Logo

#747dcb Color Hex

#747DCB
(116,125,203)
0 Favorites   0 Comments

Color spaces of #747dcb

RGB 116125203
HSL0.650.460.63
HSV234°43°80°
CMYK 0.430.380.00   0.20
XYZ25.315622.692059.5456
Yxy22.69200.23540.2110
Hunter Lab47.636111.4983-40.7678
CIE-Lab54.753716.7290-41.5644

#747dcb color RGB value is (116,125,203).

#747dcb hex color red value is 116, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #747dcb hue: 0.65 , saturation: 0.46 and the lightness value of 747dcb is 0.63.

The process color (four color CMYK) of #747dcb color hex is 0.43, 0.38, 0.00, 0.20. Web safe color of #747dcb is #6666cc. Color #747dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111101 11001011
Octal 164 175 313
Decimal 116 125 203
Hex 74 7D CB

RGB Percentages of Color #747dcb

%26.13
%28.15
%45.72

CMYK Percentages of Color #747dcb

%43
%38
%0
%20

Triadic Colors of #747dcb

#747dcb #cb747d #7dcb74

Analogous Colors of #747dcb

#747dcb #9774cb #74a9cb

Monochromatic Colors of #747dcb

#747dcb

Complementary Color

#747dcb #cbc274

#747dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#747dcb Color CSS Codes

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

#747dcb Text Font Color

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

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


#747dcb Background Color

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

This div background color is #747dcb


#747dcb Border Color

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

This div border color is #747dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747dcb


Comments

No comments written yet.

Please login to write comment.