Color Hex Logo

#741bdb Color Hex

#741BDB
(116,27,219)
0 Favorites   0 Comments

Color spaces of #741bdb

RGB 11627219
HSL0.740.780.48
HSV268°88°86°
CMYK 0.470.880.00   0.14
XYZ20.38069.611367.7988
Yxy9.61130.20840.0983
Hunter Lab31.002163.0912-107.9604
CIE-Lab37.135670.2371-79.1723

#741bdb color RGB value is (116,27,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011011 11011011
Octal 164 33 333
Decimal 116 27 219
Hex 74 1B DB

RGB Percentages of Color #741bdb

%32.04
%7.46
%60.50

CMYK Percentages of Color #741bdb

%47
%88
%0
%14

Triadic Colors of #741bdb

#741bdb #db741b #1bdb74

Analogous Colors of #741bdb

#741bdb #d41bdb #1b22db

Monochromatic Colors of #741bdb

#741bdb

Complementary Color

#741bdb #82db1b

#741bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#741bdb Color CSS Codes

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

#741bdb Text Font Color

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

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


#741bdb Background Color

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

This div background color is #741bdb


#741bdb Border Color

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

This div border color is #741bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741bdb


Comments

No comments written yet.

Please login to write comment.