Color Hex Logo

#734adb Color Hex

#734ADB
(115,74,219)
0 Favorites   0 Comments

Color spaces of #734adb

RGB 11574219
HSL0.710.670.57
HSV257°66°86°
CMYK 0.470.660.00   0.14
XYZ22.305213.656968.4783
Yxy13.65690.21360.1308
Hunter Lab36.955243.0662-83.9961
CIE-Lab43.736850.9219-68.3595

#734adb color RGB value is (115,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001010 11011011
Octal 163 112 333
Decimal 115 74 219
Hex 73 4A DB

RGB Percentages of Color #734adb

%28.19
%18.14
%53.68

CMYK Percentages of Color #734adb

%47
%66
%0
%14

Triadic Colors of #734adb

#734adb #db734a #4adb73

Analogous Colors of #734adb

#734adb #bc4adb #4a6adb

Monochromatic Colors of #734adb

#734adb

Complementary Color

#734adb #b2db4a

#734adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#734adb Color CSS Codes

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

#734adb Text Font Color

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

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


#734adb Background Color

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

This div background color is #734adb


#734adb Border Color

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

This div border color is #734adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734adb


Comments

No comments written yet.

Please login to write comment.