Color Hex Logo

#743fcb Color Hex

#743FCB
(116,63,203)
0 Favorites   0 Comments

Color spaces of #743fcb

RGB 11663203
HSL0.730.570.52
HSV263°69°80°
CMYK 0.430.690.00   0.20
XYZ19.759511.579857.6936
Yxy11.57980.22190.1301
Hunter Lab34.029144.0977-76.7010
CIE-Lab40.540352.4899-64.3567

#743fcb color RGB value is (116,63,203).

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

The process color (four color CMYK) of #743fcb color hex is 0.43, 0.69, 0.00, 0.20. Web safe color of #743fcb is #6633cc. Color #743fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111111 11001011
Octal 164 77 313
Decimal 116 63 203
Hex 74 3F CB

RGB Percentages of Color #743fcb

%30.37
%16.49
%53.14

CMYK Percentages of Color #743fcb

%43
%69
%0
%20

Triadic Colors of #743fcb

#743fcb #cb743f #3fcb74

Analogous Colors of #743fcb

#743fcb #ba3fcb #3f50cb

Monochromatic Colors of #743fcb

#743fcb

Complementary Color

#743fcb #96cb3f

#743fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#743fcb Color CSS Codes

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

#743fcb Text Font Color

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

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


#743fcb Background Color

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

This div background color is #743fcb


#743fcb Border Color

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

This div border color is #743fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743fcb


Comments

No comments written yet.

Please login to write comment.