Color Hex Logo

#727dcb Color Hex

#727DCB
(114,125,203)
0 Favorites   0 Comments

Color spaces of #727dcb

RGB 114125203
HSL0.650.460.62
HSV233°44°80°
CMYK 0.440.380.00   0.20
XYZ25.052522.556459.5333
Yxy22.55640.23380.2105
Hunter Lab47.493611.0436-41.0746
CIE-Lab54.612416.2193-41.7966

#727dcb color RGB value is (114,125,203).

#727dcb hex color red value is 114, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #727dcb hue: 0.65 , saturation: 0.46 and the lightness value of 727dcb is 0.62.

The process color (four color CMYK) of #727dcb color hex is 0.44, 0.38, 0.00, 0.20. Web safe color of #727dcb is #6666cc. Color #727dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111101 11001011
Octal 162 175 313
Decimal 114 125 203
Hex 72 7D CB

RGB Percentages of Color #727dcb

%25.79
%28.28
%45.93

CMYK Percentages of Color #727dcb

%44
%38
%0
%20

Triadic Colors of #727dcb

#727dcb #cb727d #7dcb72

Analogous Colors of #727dcb

#727dcb #9472cb #72aacb

Monochromatic Colors of #727dcb

#727dcb

Complementary Color

#727dcb #cbc072

#727dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#727dcb Color CSS Codes

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

#727dcb Text Font Color

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

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


#727dcb Background Color

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

This div background color is #727dcb


#727dcb Border Color

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

This div border color is #727dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727dcb


Comments

No comments written yet.

Please login to write comment.