Color Hex Logo

#724ddc Color Hex

#724DDC
(114,77,220)
0 Favorites   0 Comments

Color spaces of #724ddc

RGB 11477220
HSL0.710.670.58
HSV256°65°86°
CMYK 0.480.650.00   0.14
XYZ22.511614.052569.2361
Yxy14.05250.21280.1328
Hunter Lab37.486741.5917-83.2652
CIE-Lab44.308149.4077-68.0043

#724ddc color RGB value is (114,77,220).

#724ddc hex color red value is 114, green value is 77 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #724ddc hue: 0.71 , saturation: 0.67 and the lightness value of 724ddc is 0.58.

The process color (four color CMYK) of #724ddc color hex is 0.48, 0.65, 0.00, 0.14. Web safe color of #724ddc is #6666cc. Color #724ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001101 11011100
Octal 162 115 334
Decimal 114 77 220
Hex 72 4D DC

RGB Percentages of Color #724ddc

%27.74
%18.73
%53.53

CMYK Percentages of Color #724ddc

%48
%65
%0
%14

Triadic Colors of #724ddc

#724ddc #dc724d #4ddc72

Analogous Colors of #724ddc

#724ddc #ba4ddc #4d70dc

Monochromatic Colors of #724ddc

#724ddc

Complementary Color

#724ddc #b7dc4d

#724ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#724ddc Color CSS Codes

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

#724ddc Text Font Color

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

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


#724ddc Background Color

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

This div background color is #724ddc


#724ddc Border Color

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

This div border color is #724ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724ddc


Comments

No comments written yet.

Please login to write comment.