Color Hex Logo

#741fdb Color Hex

#741FDB
(116,31,219)
0 Favorites   0 Comments

Color spaces of #741fdb

RGB 11631219
HSL0.740.750.49
HSV267°86°86°
CMYK 0.470.860.00   0.14
XYZ20.47869.807467.8315
Yxy9.80740.20870.1000
Hunter Lab31.316861.9200-106.4992
CIE-Lab37.494569.1689-78.5809

#741fdb color RGB value is (116,31,219).

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

The process color (four color CMYK) of #741fdb color hex is 0.47, 0.86, 0.00, 0.14. Web safe color of #741fdb is #6633cc. Color #741fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011111 11011011
Octal 164 37 333
Decimal 116 31 219
Hex 74 1F DB

RGB Percentages of Color #741fdb

%31.69
%8.47
%59.84

CMYK Percentages of Color #741fdb

%47
%86
%0
%14

Triadic Colors of #741fdb

#741fdb #db741f #1fdb74

Analogous Colors of #741fdb

#741fdb #d21fdb #1f28db

Monochromatic Colors of #741fdb

#741fdb

Complementary Color

#741fdb #86db1f

#741fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#741fdb Color CSS Codes

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

#741fdb Text Font Color

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

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


#741fdb Background Color

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

This div background color is #741fdb


#741fdb Border Color

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

This div border color is #741fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741fdb


Comments

No comments written yet.

Please login to write comment.