Color Hex Logo

#727adf Color Hex

#727ADF
(114,122,223)
0 Favorites   0 Comments

Color spaces of #727adf

RGB 114122223
HSL0.650.630.66
HSV236°49°87°
CMYK 0.490.450.00   0.13
XYZ27.218222.824272.7830
Yxy22.82420.22160.1858
Hunter Lab47.774718.0894-56.8839
CIE-Lab54.890824.0032-52.6464

#727adf color RGB value is (114,122,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 11011111
Octal 162 172 337
Decimal 114 122 223
Hex 72 7A DF

RGB Percentages of Color #727adf

%24.84
%26.58
%48.58

CMYK Percentages of Color #727adf

%49
%45
%0
%13

Triadic Colors of #727adf

#727adf #df727a #7adf72

Analogous Colors of #727adf

#727adf #a172df #72b1df

Monochromatic Colors of #727adf

#727adf

Complementary Color

#727adf #dfd772

#727adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#727adf Color CSS Codes

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

#727adf Text Font Color

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

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


#727adf Background Color

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

This div background color is #727adf


#727adf Border Color

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

This div border color is #727adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727adf


Comments

No comments written yet.

Please login to write comment.