Color Hex Logo

#726bda Color Hex

#726BDA
(114,107,218)
0 Favorites   0 Comments

Color spaces of #726bda

RGB 114107218
HSL0.680.600.64
HSV244°51°85°
CMYK 0.480.510.00   0.15
XYZ24.852019.154868.7171
Yxy19.15480.22050.1699
Hunter Lab43.766224.7678-62.4546
CIE-Lab50.867831.5024-56.2636

#726bda color RGB value is (114,107,218).

#726bda hex color red value is 114, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #726bda hue: 0.68 , saturation: 0.60 and the lightness value of 726bda is 0.64.

The process color (four color CMYK) of #726bda color hex is 0.48, 0.51, 0.00, 0.15. Web safe color of #726bda is #6666cc. Color #726bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101011 11011010
Octal 162 153 332
Decimal 114 107 218
Hex 72 6B DA

RGB Percentages of Color #726bda

%25.97
%24.37
%49.66

CMYK Percentages of Color #726bda

%48
%51
%0
%15

Triadic Colors of #726bda

#726bda #da726b #6bda72

Analogous Colors of #726bda

#726bda #aa6bda #6b9cda

Monochromatic Colors of #726bda

#726bda

Complementary Color

#726bda #d3da6b

#726bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#726bda Color CSS Codes

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

#726bda Text Font Color

<p style="color:#726bda">Text here</p>

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


#726bda Background Color

<div style="background-color:#726bda">
Div content here</div>

This div background color is #726bda


#726bda Border Color

<div style="border:3px solid #726bda">
Div here</div>

This div border color is #726bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,107,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #726bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #726bda;
  -webkit-box-shadow: 1px 1px 3px 2px #726bda;
  box-shadow:         1px 1px 3px 2px #726bda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,107,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726bda


Comments

No comments written yet.

Please login to write comment.