Color Hex Logo

#727afd Color Hex

#727AFD
(114,122,253)
0 Favorites   0 Comments

Color spaces of #727afd

RGB 114122253
HSL0.660.970.72
HSV237°55°99°
CMYK 0.550.520.00   0.01
XYZ31.628624.588396.0075
Yxy24.58830.20780.1615
Hunter Lab49.586627.0789-80.0842
CIE-Lab56.672133.2429-66.4870

#727afd color RGB value is (114,122,253).

#727afd hex color red value is 114, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #727afd hue: 0.66 , saturation: 0.97 and the lightness value of 727afd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111010 11111101
Octal 162 172 375
Decimal 114 122 253
Hex 72 7A FD

RGB Percentages of Color #727afd

%23.31
%24.95
%51.74

CMYK Percentages of Color #727afd

%55
%52
%0
%1

Triadic Colors of #727afd

#727afd #fd727a #7afd72

Analogous Colors of #727afd

#727afd #b072fd #72c0fd

Monochromatic Colors of #727afd

#727afd

Complementary Color

#727afd #fdf572

#727afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#727afd Color CSS Codes

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

#727afd Text Font Color

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

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


#727afd Background Color

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

This div background color is #727afd


#727afd Border Color

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

This div border color is #727afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727afd


Comments

No comments written yet.

Please login to write comment.