Color Hex Logo

#727ddc Color Hex

#727DDC
(114,125,220)
1 Favorites   0 Comments

Color spaces of #727ddc

RGB 114125220
HSL0.650.600.65
HSV234°48°86°
CMYK 0.480.430.00   0.14
XYZ27.191323.411970.7960
Yxy23.41190.22400.1929
Hunter Lab48.385815.6361-52.8804
CIE-Lab55.494121.2941-50.0001

#727ddc color RGB value is (114,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111101 11011100
Octal 162 175 334
Decimal 114 125 220
Hex 72 7D DC

RGB Percentages of Color #727ddc

%24.84
%27.23
%47.93

CMYK Percentages of Color #727ddc

%48
%43
%0
%14

Triadic Colors of #727ddc

#727ddc #dc727d #7ddc72

Analogous Colors of #727ddc

#727ddc #9c72dc #72b2dc

Monochromatic Colors of #727ddc

#727ddc

Complementary Color

#727ddc #dcd172

#727ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#727ddc Color CSS Codes

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

#727ddc Text Font Color

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

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


#727ddc Background Color

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

This div background color is #727ddc


#727ddc Border Color

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

This div border color is #727ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727ddc


Comments

No comments written yet.

Please login to write comment.