color codes Logo

#743bdd color codes

#743BDD
(116,59,221)
0 Favorites   0 Comments

Color spaces of #743bdd

RGB 11659221
HSL0.730.700.55
HSV261°73°87°
CMYK 0.480.730.00   0.13
XYZ21.817612.061469.5848
Yxy12.06140.21090.1166
Hunter Lab34.729551.3597-94.4840
CIE-Lab41.313559.1032-73.4556

#743bdd color RGB value is (116,59,221).

#743bdd hex color red value is 116, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #743bdd hue: 0.73 , saturation: 0.70 and the lightness value of 743bdd is 0.55.

The process color (four color CMYK) of #743bdd color code is 0.48, 0.73, 0.00, 0.13. Web safe color of #743bdd is #6633cc. Color #743bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111011 11011101
Octal 164 73 335
Decimal 116 59 221
Hex 74 3B DD

RGB Percentages of Color #743bdd

%29.29
%14.90
%55.81

CMYK Percentages of Color #743bdd

%48
%73
%0
%13

Triadic Colors of #743bdd

#743bdd #dd743b #3bdd74

Analogous Colors of #743bdd

#743bdd #c53bdd #3b53dd

Monochromatic Colors of #743bdd

#743bdd

Complementary Color

#743bdd #a4dd3b

#743bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#743bdd Color CSS Codes

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

#743bdd Text Font Color

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

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


#743bdd Background Color

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

This div background color is #743bdd


#743bdd Border Color

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

This div border color is #743bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743bdd


Comments

No comments written yet.

Please login to write comment.