Color Hex Logo

#726dca Color Hex

#726DCA
(114,109,202)
0 Favorites   0 Comments

Color spaces of #726dca

RGB 114109202
HSL0.680.470.61
HSV243°46°79°
CMYK 0.440.460.00   0.21
XYZ23.068718.779058.2860
Yxy18.77900.23040.1875
Hunter Lab43.334719.1864-49.4118
CIE-Lab50.427625.5617-47.8616

#726dca color RGB value is (114,109,202).

#726dca hex color red value is 114, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #726dca hue: 0.68 , saturation: 0.47 and the lightness value of 726dca is 0.61.

The process color (four color CMYK) of #726dca color hex is 0.44, 0.46, 0.00, 0.21. Web safe color of #726dca is #6666cc. Color #726dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101101 11001010
Octal 162 155 312
Decimal 114 109 202
Hex 72 6D CA

RGB Percentages of Color #726dca

%26.82
%25.65
%47.53

CMYK Percentages of Color #726dca

%44
%46
%0
%21

Triadic Colors of #726dca

#726dca #ca726d #6dca72

Analogous Colors of #726dca

#726dca #a16dca #6d97ca

Monochromatic Colors of #726dca

#726dca

Complementary Color

#726dca #c5ca6d

#726dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#726dca Color CSS Codes

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

#726dca Text Font Color

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

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


#726dca Background Color

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

This div background color is #726dca


#726dca Border Color

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

This div border color is #726dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726dca


Comments

No comments written yet.

Please login to write comment.