Color Hex Logo

#747dca Color Hex

#747DCA
(116,125,202)
0 Favorites   0 Comments

Color spaces of #747dca

RGB 116125202
HSL0.650.450.62
HSV234°43°79°
CMYK 0.430.380.00   0.21
XYZ25.196722.644558.9199
Yxy22.64450.23600.2121
Hunter Lab47.586211.2390-40.1008
CIE-Lab54.704316.4375-41.0747

#747dca color RGB value is (116,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111101 11001010
Octal 164 175 312
Decimal 116 125 202
Hex 74 7D CA

RGB Percentages of Color #747dca

%26.19
%28.22
%45.60

CMYK Percentages of Color #747dca

%43
%38
%0
%21

Triadic Colors of #747dca

#747dca #ca747d #7dca74

Analogous Colors of #747dca

#747dca #9674ca #74a8ca

Monochromatic Colors of #747dca

#747dca

Complementary Color

#747dca #cac174

#747dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#747dca Color CSS Codes

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

#747dca Text Font Color

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

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


#747dca Background Color

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

This div background color is #747dca


#747dca Border Color

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

This div border color is #747dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747dca


Comments

No comments written yet.

Please login to write comment.