Color Hex Logo

#745cca Color Hex

#745CCA
(116,92,202)
0 Favorites   0 Comments

Color spaces of #745cca

RGB 11692202
HSL0.700.510.58
HSV253°54°79°
CMYK 0.430.540.00   0.21
XYZ21.690315.631657.7511
Yxy15.63160.22810.1644
Hunter Lab39.536828.7375-58.9286
CIE-Lab46.487436.2055-54.1568

#745cca color RGB value is (116,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011100 11001010
Octal 164 134 312
Decimal 116 92 202
Hex 74 5C CA

RGB Percentages of Color #745cca

%28.29
%22.44
%49.27

CMYK Percentages of Color #745cca

%43
%54
%0
%21

Triadic Colors of #745cca

#745cca #ca745c #5cca74

Analogous Colors of #745cca

#745cca #ab5cca #5c7bca

Monochromatic Colors of #745cca

#745cca

Complementary Color

#745cca #b2ca5c

#745cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#745cca Color CSS Codes

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

#745cca Text Font Color

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

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


#745cca Background Color

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

This div background color is #745cca


#745cca Border Color

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

This div border color is #745cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,92,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 #745cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745cca


Comments

No comments written yet.

Please login to write comment.