Color Hex Logo

#726bef Color Hex

#726BEF
(114,107,239)
0 Favorites   0 Comments

Color spaces of #726bef

RGB 114107239
HSL0.680.800.68
HSV243°55°94°
CMYK 0.520.550.00   0.06
XYZ27.777120.324884.1204
Yxy20.32480.21010.1537
Hunter Lab45.083031.0843-79.0710
CIE-Lab52.202537.8313-65.9269

#726bef color RGB value is (114,107,239).

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

The process color (four color CMYK) of #726bef color hex is 0.52, 0.55, 0.00, 0.06. Web safe color of #726bef is #6666ff. Color #726bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101011 11101111
Octal 162 153 357
Decimal 114 107 239
Hex 72 6B EF

RGB Percentages of Color #726bef

%24.78
%23.26
%51.96

CMYK Percentages of Color #726bef

%52
%55
%0
%6

Triadic Colors of #726bef

#726bef #ef726b #6bef72

Analogous Colors of #726bef

#726bef #b46bef #6ba6ef

Monochromatic Colors of #726bef

#726bef

Complementary Color

#726bef #e8ef6b

#726bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#726bef Color CSS Codes

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

#726bef Text Font Color

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

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


#726bef Background Color

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

This div background color is #726bef


#726bef Border Color

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

This div border color is #726bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726bef


Comments

No comments written yet.

Please login to write comment.