Color Hex Logo

#726cde Color Hex

#726CDE
(114,108,222)
0 Favorites   0 Comments

Color spaces of #726cde

RGB 114108222
HSL0.680.630.65
HSV243°51°87°
CMYK 0.490.510.00   0.13
XYZ25.486819.576571.5426
Yxy19.57650.21860.1679
Hunter Lab44.245325.3926-64.8974
CIE-Lab51.355032.1020-57.7435

#726cde color RGB value is (114,108,222).

#726cde hex color red value is 114, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #726cde hue: 0.68 , saturation: 0.63 and the lightness value of 726cde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101100 11011110
Octal 162 154 336
Decimal 114 108 222
Hex 72 6C DE

RGB Percentages of Color #726cde

%25.68
%24.32
%50.00

CMYK Percentages of Color #726cde

%49
%51
%0
%13

Triadic Colors of #726cde

#726cde #de726c #6cde72

Analogous Colors of #726cde

#726cde #ab6cde #6c9fde

Monochromatic Colors of #726cde

#726cde

Complementary Color

#726cde #d8de6c

#726cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#726cde Color CSS Codes

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

#726cde Text Font Color

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

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


#726cde Background Color

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

This div background color is #726cde


#726cde Border Color

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

This div border color is #726cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726cde


Comments

No comments written yet.

Please login to write comment.