Color Hex Logo

#726fcb Color Hex

#726FCB
(114,111,203)
0 Favorites   0 Comments

Color spaces of #726fcb

RGB 114111203
HSL0.670.470.62
HSV242°45°80°
CMYK 0.440.450.00   0.20
XYZ23.403419.258158.9836
Yxy19.25810.23020.1895
Hunter Lab43.884118.3971-48.9716
CIE-Lab50.987824.6483-47.5411

#726fcb color RGB value is (114,111,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101111 11001011
Octal 162 157 313
Decimal 114 111 203
Hex 72 6F CB

RGB Percentages of Color #726fcb

%26.64
%25.93
%47.43

CMYK Percentages of Color #726fcb

%44
%45
%0
%20

Triadic Colors of #726fcb

#726fcb #cb726f #6fcb72

Analogous Colors of #726fcb

#726fcb #a06fcb #6f9acb

Monochromatic Colors of #726fcb

#726fcb

Complementary Color

#726fcb #c8cb6f

#726fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#726fcb Color CSS Codes

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

#726fcb Text Font Color

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

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


#726fcb Background Color

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

This div background color is #726fcb


#726fcb Border Color

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

This div border color is #726fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726fcb


Comments

No comments written yet.

Please login to write comment.