Color Hex Logo

#727adb Color Hex

#727ADB
(114,122,219)
0 Favorites   0 Comments

Color spaces of #727adb

RGB 114122219
HSL0.650.590.65
HSV235°48°86°
CMYK 0.480.440.00   0.14
XYZ26.685122.610969.9757
Yxy22.61090.22370.1896
Hunter Lab47.550916.9583-53.9652
CIE-Lab54.669322.7922-50.7504

#727adb color RGB value is (114,122,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 11011011
Octal 162 172 333
Decimal 114 122 219
Hex 72 7A DB

RGB Percentages of Color #727adb

%25.05
%26.81
%48.13

CMYK Percentages of Color #727adb

%48
%44
%0
%14

Triadic Colors of #727adb

#727adb #db727a #7adb72

Analogous Colors of #727adb

#727adb #9f72db #72afdb

Monochromatic Colors of #727adb

#727adb

Complementary Color

#727adb #dbd372

#727adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#727adb Color CSS Codes

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

#727adb Text Font Color

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

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


#727adb Background Color

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

This div background color is #727adb


#727adb Border Color

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

This div border color is #727adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727adb


Comments

No comments written yet.

Please login to write comment.