Color Hex Logo

#7c96de Color Hex

#7C96DE
(124,150,222)
0 Favorites   0 Comments

Color spaces of #7c96de

RGB 124150222
HSL0.620.600.68
HSV224°44°87°
CMYK 0.440.320.00   0.13
XYZ32.403331.371773.4547
Yxy31.37170.23610.2286
Hunter Lab56.01045.2480-38.5483
CIE-Lab62.82029.5485-39.5113

#7c96de color RGB value is (124,150,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10010110 11011110
Octal 174 226 336
Decimal 124 150 222
Hex 7C 96 DE

RGB Percentages of Color #7c96de

%25.00
%30.24
%44.76

CMYK Percentages of Color #7c96de

%44
%32
%0
%13

Triadic Colors of #7c96de

#7c96de #de7c96 #96de7c

Analogous Colors of #7c96de

#7c96de #937cde #7cc7de

Monochromatic Colors of #7c96de

#7c96de

Complementary Color

#7c96de #dec47c

#7c96de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c96de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c96de Color CSS Codes

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

#7c96de Text Font Color

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

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


#7c96de Background Color

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

This div background color is #7c96de


#7c96de Border Color

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

This div border color is #7c96de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,150,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 #7c96de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c96de


Comments

No comments written yet.

Please login to write comment.