Color Hex Logo

#727bbc Color Hex

#727BBC
(114,123,188)
0 Favorites   0 Comments

Color spaces of #727bbc

RGB 114123188
HSL0.650.360.59
HSV233°39°74°
CMYK 0.390.350.00   0.26
XYZ23.099521.374250.4851
Yxy21.37420.24330.2251
Hunter Lab46.23228.2794-32.3815
CIE-Lab53.356613.0755-35.2173

#727bbc color RGB value is (114,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111011 10111100
Octal 162 173 274
Decimal 114 123 188
Hex 72 7B BC

RGB Percentages of Color #727bbc

%26.82
%28.94
%44.24

CMYK Percentages of Color #727bbc

%39
%35
%0
%26

Triadic Colors of #727bbc

#727bbc #bc727b #7bbc72

Analogous Colors of #727bbc

#727bbc #8e72bc #72a0bc

Monochromatic Colors of #727bbc

#727bbc

Complementary Color

#727bbc #bcb372

#727bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#727bbc Color CSS Codes

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

#727bbc Text Font Color

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

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


#727bbc Background Color

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

This div background color is #727bbc


#727bbc Border Color

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

This div border color is #727bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727bbc


Comments

No comments written yet.

Please login to write comment.