Color Hex Logo

#726ddd Color Hex

#726DDD
(114,109,221)
0 Favorites   0 Comments

Color spaces of #726ddd

RGB 114109221
HSL0.670.620.65
HSV243°51°87°
CMYK 0.480.510.00   0.13
XYZ25.459219.735170.8740
Yxy19.73510.21930.1700
Hunter Lab44.424224.5547-63.4938
CIE-Lab51.536431.2037-56.8874

#726ddd color RGB value is (114,109,221).

#726ddd hex color red value is 114, green value is 109 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #726ddd hue: 0.67 , saturation: 0.62 and the lightness value of 726ddd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101101 11011101
Octal 162 155 335
Decimal 114 109 221
Hex 72 6D DD

RGB Percentages of Color #726ddd

%25.68
%24.55
%49.77

CMYK Percentages of Color #726ddd

%48
%51
%0
%13

Triadic Colors of #726ddd

#726ddd #dd726d #6ddd72

Analogous Colors of #726ddd

#726ddd #aa6ddd #6da0dd

Monochromatic Colors of #726ddd

#726ddd

Complementary Color

#726ddd #d8dd6d

#726ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#726ddd Color CSS Codes

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

#726ddd Text Font Color

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

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


#726ddd Background Color

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

This div background color is #726ddd


#726ddd Border Color

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

This div border color is #726ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726ddd


Comments

No comments written yet.

Please login to write comment.