Color Hex Logo

#727dbc Color Hex

#727DBC
(114,125,188)
0 Favorites   0 Comments

Color spaces of #727dbc

RGB 114125188
HSL0.640.360.59
HSV231°39°74°
CMYK 0.390.340.00   0.26
XYZ23.350121.875550.5687
Yxy21.87550.24380.2284
Hunter Lab46.77137.2647-31.3640
CIE-Lab53.894711.8807-34.3750

#727dbc color RGB value is (114,125,188).

#727dbc hex color red value is 114, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #727dbc hue: 0.64 , saturation: 0.36 and the lightness value of 727dbc is 0.59.

The process color (four color CMYK) of #727dbc color hex is 0.39, 0.34, 0.00, 0.26. Web safe color of #727dbc is #6666cc. Color #727dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111101 10111100
Octal 162 175 274
Decimal 114 125 188
Hex 72 7D BC

RGB Percentages of Color #727dbc

%26.70
%29.27
%44.03

CMYK Percentages of Color #727dbc

%39
%34
%0
%26

Triadic Colors of #727dbc

#727dbc #bc727d #7dbc72

Analogous Colors of #727dbc

#727dbc #8c72bc #72a2bc

Monochromatic Colors of #727dbc

#727dbc

Complementary Color

#727dbc #bcb172

#727dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#727dbc Color CSS Codes

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

#727dbc Text Font Color

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

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


#727dbc Background Color

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

This div background color is #727dbc


#727dbc Border Color

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

This div border color is #727dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727dbc


Comments

No comments written yet.

Please login to write comment.