Color Hex Logo

#728ddc Color Hex

#728DDC
(114,141,220)
0 Favorites   0 Comments

Color spaces of #728ddc

RGB 114141220
HSL0.620.600.65
HSV225°48°86°
CMYK 0.480.360.00   0.14
XYZ29.382627.794571.5264
Yxy27.79450.22830.2160
Hunter Lab52.72057.2222-43.5350
CIE-Lab59.702611.7765-43.3379

#728ddc color RGB value is (114,141,220).

#728ddc hex color red value is 114, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #728ddc hue: 0.62 , saturation: 0.60 and the lightness value of 728ddc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001101 11011100
Octal 162 215 334
Decimal 114 141 220
Hex 72 8D DC

RGB Percentages of Color #728ddc

%24.00
%29.68
%46.32

CMYK Percentages of Color #728ddc

%48
%36
%0
%14

Triadic Colors of #728ddc

#728ddc #dc728d #8ddc72

Analogous Colors of #728ddc

#728ddc #8c72dc #72c2dc

Monochromatic Colors of #728ddc

#728ddc

Complementary Color

#728ddc #dcc172

#728ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#728ddc Color CSS Codes

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

#728ddc Text Font Color

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

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


#728ddc Background Color

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

This div background color is #728ddc


#728ddc Border Color

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

This div border color is #728ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728ddc


Comments

No comments written yet.

Please login to write comment.