Color Hex Logo

#727bcb Color Hex

#727BCB
(114,123,203)
0 Favorites   0 Comments

Color spaces of #727bcb

RGB 114123203
HSL0.650.460.62
HSV234°44°80°
CMYK 0.440.390.00   0.20
XYZ24.801922.055159.4498
Yxy22.05510.23330.2075
Hunter Lab46.962912.0839-42.1806
CIE-Lab54.085417.4185-42.6288

#727bcb color RGB value is (114,123,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111011 11001011
Octal 162 173 313
Decimal 114 123 203
Hex 72 7B CB

RGB Percentages of Color #727bcb

%25.91
%27.95
%46.14

CMYK Percentages of Color #727bcb

%44
%39
%0
%20

Triadic Colors of #727bcb

#727bcb #cb727b #7bcb72

Analogous Colors of #727bcb

#727bcb #9672cb #72a8cb

Monochromatic Colors of #727bcb

#727bcb

Complementary Color

#727bcb #cbc272

#727bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#727bcb Color CSS Codes

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

#727bcb Text Font Color

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

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


#727bcb Background Color

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

This div background color is #727bcb


#727bcb Border Color

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

This div border color is #727bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727bcb


Comments

No comments written yet.

Please login to write comment.