Color Hex Logo

#724bdc Color Hex

#724BDC
(114,75,220)
0 Favorites   0 Comments

Color spaces of #724bdc

RGB 11475220
HSL0.710.670.58
HSV256°66°86°
CMYK 0.480.660.00   0.14
XYZ22.373813.776969.1901
Yxy13.77690.21240.1308
Hunter Lab37.117242.6423-84.5402
CIE-Lab43.911350.4858-68.6504

#724bdc color RGB value is (114,75,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001011 11011100
Octal 162 113 334
Decimal 114 75 220
Hex 72 4B DC

RGB Percentages of Color #724bdc

%27.87
%18.34
%53.79

CMYK Percentages of Color #724bdc

%48
%66
%0
%14

Triadic Colors of #724bdc

#724bdc #dc724b #4bdc72

Analogous Colors of #724bdc

#724bdc #bb4bdc #4b6ddc

Monochromatic Colors of #724bdc

#724bdc

Complementary Color

#724bdc #b5dc4b

#724bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#724bdc Color CSS Codes

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

#724bdc Text Font Color

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

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


#724bdc Background Color

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

This div background color is #724bdc


#724bdc Border Color

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

This div border color is #724bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724bdc


Comments

No comments written yet.

Please login to write comment.