Color Hex Logo

#726bce Color Hex

#726BCE
(114,107,206)
0 Favorites   0 Comments

Color spaces of #726bce

RGB 114107206
HSL0.680.500.61
HSV244°48°81°
CMYK 0.450.480.00   0.19
XYZ23.337718.549060.7428
Yxy18.54900.22740.1807
Hunter Lab43.068621.3544-53.4731
CIE-Lab50.155327.9430-50.5814

#726bce color RGB value is (114,107,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101011 11001110
Octal 162 153 316
Decimal 114 107 206
Hex 72 6B CE

RGB Percentages of Color #726bce

%26.70
%25.06
%48.24

CMYK Percentages of Color #726bce

%45
%48
%0
%19

Triadic Colors of #726bce

#726bce #ce726b #6bce72

Analogous Colors of #726bce

#726bce #a46bce #6b96ce

Monochromatic Colors of #726bce

#726bce

Complementary Color

#726bce #c7ce6b

#726bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#726bce Color CSS Codes

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

#726bce Text Font Color

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

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


#726bce Background Color

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

This div background color is #726bce


#726bce Border Color

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

This div border color is #726bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726bce


Comments

No comments written yet.

Please login to write comment.