Color Hex Logo

#728cdd Color Hex

#728CDD
(114,140,221)
0 Favorites   0 Comments

Color spaces of #728cdd

RGB 114140221
HSL0.630.610.66
HSV225°48°87°
CMYK 0.480.370.00   0.13
XYZ29.368727.554072.1772
Yxy27.55400.22750.2134
Hunter Lab52.49198.0081-44.7804
CIE-Lab59.483612.6670-44.2411

#728cdd color RGB value is (114,140,221).

#728cdd hex color red value is 114, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #728cdd hue: 0.63 , saturation: 0.61 and the lightness value of 728cdd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001100 11011101
Octal 162 214 335
Decimal 114 140 221
Hex 72 8C DD

RGB Percentages of Color #728cdd

%24.00
%29.47
%46.53

CMYK Percentages of Color #728cdd

%48
%37
%0
%13

Triadic Colors of #728cdd

#728cdd #dd728c #8cdd72

Analogous Colors of #728cdd

#728cdd #8e72dd #72c2dd

Monochromatic Colors of #728cdd

#728cdd

Complementary Color

#728cdd #ddc372

#728cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#728cdd Color CSS Codes

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

#728cdd Text Font Color

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

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


#728cdd Background Color

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

This div background color is #728cdd


#728cdd Border Color

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

This div border color is #728cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728cdd


Comments

No comments written yet.

Please login to write comment.