Color Hex Logo

#734cdb Color Hex

#734CDB
(115,76,219)
0 Favorites   0 Comments

Color spaces of #734cdb

RGB 11576219
HSL0.710.670.58
HSV256°65°86°
CMYK 0.470.650.00   0.14
XYZ22.440913.928268.5235
Yxy13.92820.21390.1328
Hunter Lab37.320542.0216-82.7369
CIE-Lab44.129849.8522-67.7197

#734cdb color RGB value is (115,76,219).

#734cdb hex color red value is 115, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #734cdb hue: 0.71 , saturation: 0.67 and the lightness value of 734cdb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001100 11011011
Octal 163 114 333
Decimal 115 76 219
Hex 73 4C DB

RGB Percentages of Color #734cdb

%28.05
%18.54
%53.41

CMYK Percentages of Color #734cdb

%47
%65
%0
%14

Triadic Colors of #734cdb

#734cdb #db734c #4cdb73

Analogous Colors of #734cdb

#734cdb #bb4cdb #4c6ddb

Monochromatic Colors of #734cdb

#734cdb

Complementary Color

#734cdb #b4db4c

#734cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#734cdb Color CSS Codes

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

#734cdb Text Font Color

<p style="color:#734cdb">Text here</p>

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


#734cdb Background Color

<div style="background-color:#734cdb">
Div content here</div>

This div background color is #734cdb


#734cdb Border Color

<div style="border:3px solid #734cdb">
Div here</div>

This div border color is #734cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,76,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #734cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #734cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #734cdb;
  box-shadow:         1px 1px 3px 2px #734cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,76,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 #734cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734cdb


Comments

No comments written yet.

Please login to write comment.