Color Hex Logo

#743cce Color Hex

#743CCE
(116,60,206)
0 Favorites   0 Comments

Color spaces of #743cce

RGB 11660206
HSL0.730.600.52
HSV263°71°81°
CMYK 0.440.710.00   0.19
XYZ19.958911.401059.5412
Yxy11.40100.21960.1254
Hunter Lab33.765446.4230-80.9151
CIE-Lab40.247854.7438-66.5705

#743cce color RGB value is (116,60,206).

#743cce hex color red value is 116, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #743cce hue: 0.73 , saturation: 0.60 and the lightness value of 743cce is 0.52.

The process color (four color CMYK) of #743cce color hex is 0.44, 0.71, 0.00, 0.19. Web safe color of #743cce is #6633cc. Color #743cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111100 11001110
Octal 164 74 316
Decimal 116 60 206
Hex 74 3C CE

RGB Percentages of Color #743cce

%30.37
%15.71
%53.93

CMYK Percentages of Color #743cce

%44
%71
%0
%19

Triadic Colors of #743cce

#743cce #ce743c #3cce74

Analogous Colors of #743cce

#743cce #bd3cce #3c4dce

Monochromatic Colors of #743cce

#743cce

Complementary Color

#743cce #96ce3c

#743cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#743cce Color CSS Codes

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

#743cce Text Font Color

<p style="color:#743cce">Text here</p>

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


#743cce Background Color

<div style="background-color:#743cce">
Div content here</div>

This div background color is #743cce


#743cce Border Color

<div style="border:3px solid #743cce">
Div here</div>

This div border color is #743cce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,60,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743cce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743cce;
  -webkit-box-shadow: 1px 1px 3px 2px #743cce;
  box-shadow:         1px 1px 3px 2px #743cce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743cce


Comments

No comments written yet.

Please login to write comment.