Color Hex Logo

#7c72df Color Hex

#7C72DF
(124,114,223)
0 Favorites   0 Comments

Color spaces of #7c72df

RGB 124114223
HSL0.680.630.66
HSV246°49°87°
CMYK 0.440.490.00   0.13
XYZ27.648821.647472.5332
Yxy21.64740.22690.1777
Hunter Lab46.526824.6528-59.8618
CIE-Lab53.650931.0765-54.5839

#7c72df color RGB value is (124,114,223).

#7c72df hex color red value is 124, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7c72df hue: 0.68 , saturation: 0.63 and the lightness value of 7c72df is 0.66.

The process color (four color CMYK) of #7c72df color hex is 0.44, 0.49, 0.00, 0.13. Web safe color of #7c72df is #6666cc. Color #7c72df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110010 11011111
Octal 174 162 337
Decimal 124 114 223
Hex 7C 72 DF

RGB Percentages of Color #7c72df

%26.90
%24.73
%48.37

CMYK Percentages of Color #7c72df

%44
%49
%0
%13

Triadic Colors of #7c72df

#7c72df #df7c72 #72df7c

Analogous Colors of #7c72df

#7c72df #b372df #729fdf

Monochromatic Colors of #7c72df

#7c72df

Complementary Color

#7c72df #d5df72

#7c72df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c72df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c72df Color CSS Codes

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

#7c72df Text Font Color

<p style="color:#7c72df">Text here</p>

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


#7c72df Background Color

<div style="background-color:#7c72df">
Div content here</div>

This div background color is #7c72df


#7c72df Border Color

<div style="border:3px solid #7c72df">
Div here</div>

This div border color is #7c72df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c72df


Comments

No comments written yet.

Please login to write comment.