Color Hex Logo

#7c83ef Color Hex

#7C83EF
(124,131,239)
0 Favorites   0 Comments

Color spaces of #7c83ef

RGB 124131239
HSL0.660.780.71
HSV236°48°94°
CMYK 0.480.450.00   0.06
XYZ32.008526.749785.1375
Yxy26.74970.22240.1859
Hunter Lab51.720119.9597-61.3944
CIE-Lab58.741925.7028-55.3886

#7c83ef color RGB value is (124,131,239).

#7c83ef hex color red value is 124, green value is 131 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7c83ef hue: 0.66 , saturation: 0.78 and the lightness value of 7c83ef is 0.71.

The process color (four color CMYK) of #7c83ef color hex is 0.48, 0.45, 0.00, 0.06. Web safe color of #7c83ef is #6699ff. Color #7c83ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000011 11101111
Octal 174 203 357
Decimal 124 131 239
Hex 7C 83 EF

RGB Percentages of Color #7c83ef

%25.10
%26.52
%48.38

CMYK Percentages of Color #7c83ef

%48
%45
%0
%6

Triadic Colors of #7c83ef

#7c83ef #ef7c83 #83ef7c

Analogous Colors of #7c83ef

#7c83ef #af7cef #7cbdef

Monochromatic Colors of #7c83ef

#7c83ef

Complementary Color

#7c83ef #efe87c

#7c83ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c83ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c83ef Color CSS Codes

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

#7c83ef Text Font Color

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

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


#7c83ef Background Color

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

This div background color is #7c83ef


#7c83ef Border Color

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

This div border color is #7c83ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c83ef


Comments

No comments written yet.

Please login to write comment.