Color Hex Logo

#743fdd Color Hex

#743FDD
(116,63,221)
0 Favorites   0 Comments

Color spaces of #743fdd

RGB 11663221
HSL0.720.700.56
HSV260°71°87°
CMYK 0.480.710.00   0.13
XYZ22.031112.488569.6560
Yxy12.48850.21150.1199
Hunter Lab35.339149.4372-92.1278
CIE-Lab41.982257.2164-72.3614

#743fdd color RGB value is (116,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111111 11011101
Octal 164 77 335
Decimal 116 63 221
Hex 74 3F DD

RGB Percentages of Color #743fdd

%29.00
%15.75
%55.25

CMYK Percentages of Color #743fdd

%48
%71
%0
%13

Triadic Colors of #743fdd

#743fdd #dd743f #3fdd74

Analogous Colors of #743fdd

#743fdd #c33fdd #3f59dd

Monochromatic Colors of #743fdd

#743fdd

Complementary Color

#743fdd #a8dd3f

#743fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#743fdd Color CSS Codes

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

#743fdd Text Font Color

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

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


#743fdd Background Color

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

This div background color is #743fdd


#743fdd Border Color

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

This div border color is #743fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743fdd


Comments

No comments written yet.

Please login to write comment.