Color Hex Logo

#741bdd Color Hex

#741BDD
(116,27,221)
0 Favorites   0 Comments

Color spaces of #741bdd

RGB 11627221
HSL0.740.780.49
HSV268°88°87°
CMYK 0.480.880.00   0.13
XYZ20.64559.717369.1941
Yxy9.71730.20740.0976
Hunter Lab31.172663.6679-109.7858
CIE-Lab37.330270.6893-80.0004

#741bdd color RGB value is (116,27,221).

#741bdd hex color red value is 116, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #741bdd hue: 0.74 , saturation: 0.78 and the lightness value of 741bdd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011011 11011101
Octal 164 33 335
Decimal 116 27 221
Hex 74 1B DD

RGB Percentages of Color #741bdd

%31.87
%7.42
%60.71

CMYK Percentages of Color #741bdd

%48
%88
%0
%13

Triadic Colors of #741bdd

#741bdd #dd741b #1bdd74

Analogous Colors of #741bdd

#741bdd #d51bdd #1b23dd

Monochromatic Colors of #741bdd

#741bdd

Complementary Color

#741bdd #84dd1b

#741bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#741bdd Color CSS Codes

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

#741bdd Text Font Color

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

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


#741bdd Background Color

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

This div background color is #741bdd


#741bdd Border Color

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

This div border color is #741bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741bdd


Comments

No comments written yet.

Please login to write comment.