Color Hex Logo

#727dfc Color Hex

#727DFC
(114,125,252)
0 Favorites   0 Comments

Color spaces of #727dfc

RGB 114125252
HSL0.650.960.72
HSV235°55°99°
CMYK 0.550.500.00   0.01
XYZ31.843725.272995.2953
Yxy25.27290.20890.1658
Hunter Lab50.272225.0903-77.1989
CIE-Lab57.340431.1460-64.8594

#727dfc color RGB value is (114,125,252).

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

The process color (four color CMYK) of #727dfc color hex is 0.55, 0.50, 0.00, 0.01. Web safe color of #727dfc is #6666ff. Color #727dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111101 11111100
Octal 162 175 374
Decimal 114 125 252
Hex 72 7D FC

RGB Percentages of Color #727dfc

%23.22
%25.46
%51.32

CMYK Percentages of Color #727dfc

%55
%50
%0
%1

Triadic Colors of #727dfc

#727dfc #fc727d #7dfc72

Analogous Colors of #727dfc

#727dfc #ac72fc #72c2fc

Monochromatic Colors of #727dfc

#727dfc

Complementary Color

#727dfc #fcf172

#727dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#727dfc Color CSS Codes

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

#727dfc Text Font Color

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

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


#727dfc Background Color

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

This div background color is #727dfc


#727dfc Border Color

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

This div border color is #727dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.