Color Hex Logo

#727add Color Hex

#727ADD
(114,122,221)
0 Favorites   0 Comments

Color spaces of #727add

RGB 114122221
HSL0.650.610.66
HSV236°48°87°
CMYK 0.480.450.00   0.13
XYZ26.950122.716971.3710
Yxy22.71690.22270.1877
Hunter Lab47.662217.5219-55.4192
CIE-Lab54.779523.3971-51.7000

#727add color RGB value is (114,122,221).

#727add hex color red value is 114, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #727add hue: 0.65 , saturation: 0.61 and the lightness value of 727add is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 11011101
Octal 162 172 335
Decimal 114 122 221
Hex 72 7A DD

RGB Percentages of Color #727add

%24.95
%26.70
%48.36

CMYK Percentages of Color #727add

%48
%45
%0
%13

Triadic Colors of #727add

#727add #dd727a #7add72

Analogous Colors of #727add

#727add #a072dd #72b0dd

Monochromatic Colors of #727add

#727add

Complementary Color

#727add #ddd572

#727add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727add Color Preview on White Background

Lorem ipsum dolor sit amet.

#727add Color CSS Codes

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

#727add Text Font Color

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

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


#727add Background Color

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

This div background color is #727add


#727add Border Color

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

This div border color is #727add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727add


Comments

No comments written yet.

Please login to write comment.