Color Hex Logo

#743fcf Color Hex

#743FCF
(116,63,207)
0 Favorites   0 Comments

Color spaces of #743fcf

RGB 11663207
HSL0.730.600.53
HSV262°70°81°
CMYK 0.440.700.00   0.19
XYZ20.242511.773060.2370
Yxy11.77300.21940.1276
Hunter Lab34.311845.2617-80.0699
CIE-Lab40.853053.5361-66.1616

#743fcf color RGB value is (116,63,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111111 11001111
Octal 164 77 317
Decimal 116 63 207
Hex 74 3F CF

RGB Percentages of Color #743fcf

%30.05
%16.32
%53.63

CMYK Percentages of Color #743fcf

%44
%70
%0
%19

Triadic Colors of #743fcf

#743fcf #cf743f #3fcf74

Analogous Colors of #743fcf

#743fcf #bc3fcf #3f52cf

Monochromatic Colors of #743fcf

#743fcf

Complementary Color

#743fcf #9acf3f

#743fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#743fcf Color CSS Codes

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

#743fcf Text Font Color

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

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


#743fcf Background Color

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

This div background color is #743fcf


#743fcf Border Color

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

This div border color is #743fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743fcf


Comments

No comments written yet.

Please login to write comment.