Color Hex Logo

#743dce Color Hex

#743DCE
(116,61,206)
0 Favorites   0 Comments

Color spaces of #743dce

RGB 11661206
HSL0.730.600.52
HSV263°70°81°
CMYK 0.440.700.00   0.19
XYZ20.011811.506759.5588
Yxy11.50670.21970.1263
Hunter Lab33.921545.9423-80.3552
CIE-Lab40.421154.2592-66.2878

#743dce color RGB value is (116,61,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111101 11001110
Octal 164 75 316
Decimal 116 61 206
Hex 74 3D CE

RGB Percentages of Color #743dce

%30.29
%15.93
%53.79

CMYK Percentages of Color #743dce

%44
%70
%0
%19

Triadic Colors of #743dce

#743dce #ce743d #3dce74

Analogous Colors of #743dce

#743dce #bd3dce #3d4ece

Monochromatic Colors of #743dce

#743dce

Complementary Color

#743dce #97ce3d

#743dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#743dce Color CSS Codes

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

#743dce Text Font Color

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

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


#743dce Background Color

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

This div background color is #743dce


#743dce Border Color

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

This div border color is #743dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743dce


Comments

No comments written yet.

Please login to write comment.