Color Hex Logo

#727cd1 Color Hex

#727CD1
(114,124,209)
0 Favorites   0 Comments

Color spaces of #727cd1

RGB 114124209
HSL0.650.510.63
HSV234°45°82°
CMYK 0.450.410.00   0.18
XYZ25.655722.596263.3309
Yxy22.59620.22990.2025
Hunter Lab47.535513.1524-45.7165
CIE-Lab54.654018.5930-45.1311

#727cd1 color RGB value is (114,124,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111100 11010001
Octal 162 174 321
Decimal 114 124 209
Hex 72 7C D1

RGB Percentages of Color #727cd1

%25.50
%27.74
%46.76

CMYK Percentages of Color #727cd1

%45
%41
%0
%18

Triadic Colors of #727cd1

#727cd1 #d1727c #7cd172

Analogous Colors of #727cd1

#727cd1 #9872d1 #72acd1

Monochromatic Colors of #727cd1

#727cd1

Complementary Color

#727cd1 #d1c772

#727cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727cd1 Color CSS Codes

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

#727cd1 Text Font Color

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

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


#727cd1 Background Color

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

This div background color is #727cd1


#727cd1 Border Color

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

This div border color is #727cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727cd1


Comments

No comments written yet.

Please login to write comment.