Color Hex Logo

#724def Color Hex

#724DEF
(114,77,239)
0 Favorites   0 Comments

Color spaces of #724def

RGB 11477239
HSL0.700.840.62
HSV254°68°94°
CMYK 0.520.680.00   0.06
XYZ25.173315.117283.2525
Yxy15.11720.20380.1224
Hunter Lab38.880847.5279-99.7364
CIE-Lab45.794354.7430-76.3421

#724def color RGB value is (114,77,239).

#724def hex color red value is 114, green value is 77 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #724def hue: 0.70 , saturation: 0.84 and the lightness value of 724def is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001101 11101111
Octal 162 115 357
Decimal 114 77 239
Hex 72 4D EF

RGB Percentages of Color #724def

%26.51
%17.91
%55.58

CMYK Percentages of Color #724def

%52
%68
%0
%6

Triadic Colors of #724def

#724def #ef724d #4def72

Analogous Colors of #724def

#724def #c34def #4d79ef

Monochromatic Colors of #724def

#724def

Complementary Color

#724def #caef4d

#724def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724def Color Preview on White Background

Lorem ipsum dolor sit amet.

#724def Color CSS Codes

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

#724def Text Font Color

<p style="color:#724def">Text here</p>

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


#724def Background Color

<div style="background-color:#724def">
Div content here</div>

This div background color is #724def


#724def Border Color

<div style="border:3px solid #724def">
Div here</div>

This div border color is #724def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724def


Comments

No comments written yet.

Please login to write comment.