Color Hex Logo

#745ccf Color Hex

#745CCF
(116,92,207)
0 Favorites   0 Comments

Color spaces of #745ccf

RGB 11692207
HSL0.700.550.59
HSV253°56°81°
CMYK 0.440.560.00   0.19
XYZ22.292115.872360.9202
Yxy15.87230.22500.1602
Hunter Lab39.840130.1578-62.7734
CIE-Lab46.806537.6301-56.5154

#745ccf color RGB value is (116,92,207).

#745ccf hex color red value is 116, green value is 92 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #745ccf hue: 0.70 , saturation: 0.55 and the lightness value of 745ccf is 0.59.

The process color (four color CMYK) of #745ccf color hex is 0.44, 0.56, 0.00, 0.19. Web safe color of #745ccf is #6666cc. Color #745ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011100 11001111
Octal 164 134 317
Decimal 116 92 207
Hex 74 5C CF

RGB Percentages of Color #745ccf

%27.95
%22.17
%49.88

CMYK Percentages of Color #745ccf

%44
%56
%0
%19

Triadic Colors of #745ccf

#745ccf #cf745c #5ccf74

Analogous Colors of #745ccf

#745ccf #ae5ccf #5c7ecf

Monochromatic Colors of #745ccf

#745ccf

Complementary Color

#745ccf #b7cf5c

#745ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#745ccf Color CSS Codes

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

#745ccf Text Font Color

<p style="color:#745ccf">Text here</p>

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


#745ccf Background Color

<div style="background-color:#745ccf">
Div content here</div>

This div background color is #745ccf


#745ccf Border Color

<div style="border:3px solid #745ccf">
Div here</div>

This div border color is #745ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,92,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #745ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #745ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #745ccf;
  box-shadow:         1px 1px 3px 2px #745ccf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745ccf


Comments

No comments written yet.

Please login to write comment.