Color Hex Logo

#727adc Color Hex

#727ADC
(114,122,220)
0 Favorites   0 Comments

Color spaces of #727adc

RGB 114122220
HSL0.650.600.65
HSV235°48°86°
CMYK 0.480.450.00   0.14
XYZ26.817222.663870.6713
Yxy22.66380.22320.1886
Hunter Lab47.606517.2393-54.6907
CIE-Lab54.724323.0942-51.2255

#727adc color RGB value is (114,122,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 11011100
Octal 162 172 334
Decimal 114 122 220
Hex 72 7A DC

RGB Percentages of Color #727adc

%25.00
%26.75
%48.25

CMYK Percentages of Color #727adc

%48
%45
%0
%14

Triadic Colors of #727adc

#727adc #dc727a #7adc72

Analogous Colors of #727adc

#727adc #9f72dc #72afdc

Monochromatic Colors of #727adc

#727adc

Complementary Color

#727adc #dcd472

#727adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#727adc Color CSS Codes

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

#727adc Text Font Color

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

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


#727adc Background Color

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

This div background color is #727adc


#727adc Border Color

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

This div border color is #727adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727adc


Comments

No comments written yet.

Please login to write comment.