Color Hex Logo

#7c83de Color Hex

#7C83DE
(124,131,222)
0 Favorites   0 Comments

Color spaces of #7c83de

RGB 124131222
HSL0.650.600.68
HSV236°44°87°
CMYK 0.440.410.00   0.13
XYZ29.613325.791672.5247
Yxy25.79160.23150.2016
Hunter Lab50.785415.2100-49.1199
CIE-Lab57.838720.6931-47.3566

#7c83de color RGB value is (124,131,222).

#7c83de hex color red value is 124, green value is 131 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7c83de hue: 0.65 , saturation: 0.60 and the lightness value of 7c83de is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000011 11011110
Octal 174 203 336
Decimal 124 131 222
Hex 7C 83 DE

RGB Percentages of Color #7c83de

%26.00
%27.46
%46.54

CMYK Percentages of Color #7c83de

%44
%41
%0
%13

Triadic Colors of #7c83de

#7c83de #de7c83 #83de7c

Analogous Colors of #7c83de

#7c83de #a67cde #7cb4de

Monochromatic Colors of #7c83de

#7c83de

Complementary Color

#7c83de #ded77c

#7c83de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c83de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c83de Color CSS Codes

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

#7c83de Text Font Color

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

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


#7c83de Background Color

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

This div background color is #7c83de


#7c83de Border Color

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

This div border color is #7c83de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c83de


Comments

No comments written yet.

Please login to write comment.