Color Hex Logo

#724ebc Color Hex

#724EBC
(114,78,188)
0 Favorites   0 Comments

Color spaces of #724ebc

RGB 11478188
HSL0.720.450.52
HSV260°59°74°
CMYK 0.390.590.00   0.26
XYZ18.740912.657049.0322
Yxy12.65700.23300.1574
Hunter Lab35.576731.7701-56.8105
CIE-Lab42.241839.9762-52.8813

#724ebc color RGB value is (114,78,188).

#724ebc hex color red value is 114, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #724ebc hue: 0.72 , saturation: 0.45 and the lightness value of 724ebc is 0.52.

The process color (four color CMYK) of #724ebc color hex is 0.39, 0.59, 0.00, 0.26. Web safe color of #724ebc is #6666cc. Color #724ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001110 10111100
Octal 162 116 274
Decimal 114 78 188
Hex 72 4E BC

RGB Percentages of Color #724ebc

%30.00
%20.53
%49.47

CMYK Percentages of Color #724ebc

%39
%59
%0
%26

Triadic Colors of #724ebc

#724ebc #bc724e #4ebc72

Analogous Colors of #724ebc

#724ebc #a94ebc #4e61bc

Monochromatic Colors of #724ebc

#724ebc

Complementary Color

#724ebc #98bc4e

#724ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#724ebc Color CSS Codes

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

#724ebc Text Font Color

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

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


#724ebc Background Color

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

This div background color is #724ebc


#724ebc Border Color

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

This div border color is #724ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724ebc


Comments

No comments written yet.

Please login to write comment.