Color Hex Logo

#743fbf Color Hex

#743FBF
(116,63,191)
0 Favorites   0 Comments

Color spaces of #743fbf

RGB 11663191
HSL0.740.500.50
HSV265°67°75°
CMYK 0.390.670.00   0.25
XYZ18.383911.029650.4502
Yxy11.02960.23020.1381
Hunter Lab33.210840.6899-66.8192
CIE-Lab39.630349.3731-58.8477

#743fbf color RGB value is (116,63,191).

#743fbf hex color red value is 116, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #743fbf hue: 0.74 , saturation: 0.50 and the lightness value of 743fbf is 0.50.

The process color (four color CMYK) of #743fbf color hex is 0.39, 0.67, 0.00, 0.25. Web safe color of #743fbf is #6633cc. Color #743fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111111 10111111
Octal 164 77 277
Decimal 116 63 191
Hex 74 3F BF

RGB Percentages of Color #743fbf

%31.35
%17.03
%51.62

CMYK Percentages of Color #743fbf

%39
%67
%0
%25

Triadic Colors of #743fbf

#743fbf #bf743f #3fbf74

Analogous Colors of #743fbf

#743fbf #b43fbf #3f4abf

Monochromatic Colors of #743fbf

#743fbf

Complementary Color

#743fbf #8abf3f

#743fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#743fbf Color CSS Codes

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

#743fbf Text Font Color

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

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


#743fbf Background Color

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

This div background color is #743fbf


#743fbf Border Color

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

This div border color is #743fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743fbf


Comments

No comments written yet.

Please login to write comment.