Color Hex Logo

#727dca Color Hex

#727DCA
(114,125,202)
0 Favorites   0 Comments

Color spaces of #727dca

RGB 114125202
HSL0.650.450.62
HSV233°44°79°
CMYK 0.440.380.00   0.21
XYZ24.933722.508958.9076
Yxy22.50890.23440.2116
Hunter Lab47.443510.7835-40.4061
CIE-Lab54.562815.9256-41.3072

#727dca color RGB value is (114,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111101 11001010
Octal 162 175 312
Decimal 114 125 202
Hex 72 7D CA

RGB Percentages of Color #727dca

%25.85
%28.34
%45.80

CMYK Percentages of Color #727dca

%44
%38
%0
%21

Triadic Colors of #727dca

#727dca #ca727d #7dca72

Analogous Colors of #727dca

#727dca #9372ca #72a9ca

Monochromatic Colors of #727dca

#727dca

Complementary Color

#727dca #cabf72

#727dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#727dca Color CSS Codes

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

#727dca Text Font Color

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

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


#727dca Background Color

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

This div background color is #727dca


#727dca Border Color

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

This div border color is #727dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727dca


Comments

No comments written yet.

Please login to write comment.