Color Hex Logo

#727fdc Color Hex

#727FDC
(114,127,220)
0 Favorites   0 Comments

Color spaces of #727fdc

RGB 114127220
HSL0.650.600.65
HSV233°48°86°
CMYK 0.480.420.00   0.14
XYZ27.447123.923570.8812
Yxy23.92350.22450.1957
Hunter Lab48.911714.5711-51.6830
CIE-Lab56.011120.0955-49.1782

#727fdc color RGB value is (114,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111111 11011100
Octal 162 177 334
Decimal 114 127 220
Hex 72 7F DC

RGB Percentages of Color #727fdc

%24.73
%27.55
%47.72

CMYK Percentages of Color #727fdc

%48
%42
%0
%14

Triadic Colors of #727fdc

#727fdc #dc727f #7fdc72

Analogous Colors of #727fdc

#727fdc #9a72dc #72b4dc

Monochromatic Colors of #727fdc

#727fdc

Complementary Color

#727fdc #dccf72

#727fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#727fdc Color CSS Codes

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

#727fdc Text Font Color

<p style="color:#727fdc">Text here</p>

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


#727fdc Background Color

<div style="background-color:#727fdc">
Div content here</div>

This div background color is #727fdc


#727fdc Border Color

<div style="border:3px solid #727fdc">
Div here</div>

This div border color is #727fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727fdc


Comments

No comments written yet.

Please login to write comment.