Color Hex Logo

#726eca Color Hex

#726ECA
(114,110,202)
0 Favorites   0 Comments

Color spaces of #726eca

RGB 114110202
HSL0.670.460.61
HSV243°46°79°
CMYK 0.440.460.00   0.21
XYZ23.176018.993558.3217
Yxy18.99350.23060.1890
Hunter Lab43.581518.6559-48.8360
CIE-Lab50.679624.9584-47.4604

#726eca color RGB value is (114,110,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101110 11001010
Octal 162 156 312
Decimal 114 110 202
Hex 72 6E CA

RGB Percentages of Color #726eca

%26.76
%25.82
%47.42

CMYK Percentages of Color #726eca

%44
%46
%0
%21

Triadic Colors of #726eca

#726eca #ca726e #6eca72

Analogous Colors of #726eca

#726eca #a06eca #6e98ca

Monochromatic Colors of #726eca

#726eca

Complementary Color

#726eca #c6ca6e

#726eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#726eca Color CSS Codes

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

#726eca Text Font Color

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

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


#726eca Background Color

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

This div background color is #726eca


#726eca Border Color

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

This div border color is #726eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,110,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 #726eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726eca


Comments

No comments written yet.

Please login to write comment.