Color Hex Logo

#740bdb Color Hex

#740BDB
(116,11,219)
0 Favorites   0 Comments

Color spaces of #740bdb

RGB 11611219
HSL0.750.900.45
HSV270°95°86°
CMYK 0.470.950.00   0.14
XYZ20.10839.066867.7081
Yxy9.06680.20760.0936
Hunter Lab30.111166.5084-112.2421
CIE-Lab36.112673.3077-80.8599

#740bdb color RGB value is (116,11,219).

#740bdb hex color red value is 116, green value is 11 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #740bdb hue: 0.75 , saturation: 0.90 and the lightness value of 740bdb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001011 11011011
Octal 164 13 333
Decimal 116 11 219
Hex 74 B DB

RGB Percentages of Color #740bdb

%33.53
%3.18
%63.29

CMYK Percentages of Color #740bdb

%47
%95
%0
%14

Triadic Colors of #740bdb

#740bdb #db740b #0bdb74

Analogous Colors of #740bdb

#740bdb #db0bda #0c0bdb

Monochromatic Colors of #740bdb

#740bdb

Complementary Color

#740bdb #72db0b

#740bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#740bdb Color CSS Codes

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

#740bdb Text Font Color

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

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


#740bdb Background Color

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

This div background color is #740bdb


#740bdb Border Color

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

This div border color is #740bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740bdb


Comments

No comments written yet.

Please login to write comment.