Color Hex Logo

#7c96ec Color Hex

#7C96EC
(124,150,236)
0 Favorites   0 Comments

Color spaces of #7c96ec

RGB 124150236
HSL0.630.750.71
HSV226°47°93°
CMYK 0.470.360.00   0.07
XYZ34.358832.153983.7523
Yxy32.15390.22870.2140
Hunter Lab56.70448.9255-47.8781
CIE-Lab63.469913.6377-46.2322

#7c96ec color RGB value is (124,150,236).

#7c96ec hex color red value is 124, green value is 150 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7c96ec hue: 0.63 , saturation: 0.75 and the lightness value of 7c96ec is 0.71.

The process color (four color CMYK) of #7c96ec color hex is 0.47, 0.36, 0.00, 0.07. Web safe color of #7c96ec is #6699ff. Color #7c96ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10010110 11101100
Octal 174 226 354
Decimal 124 150 236
Hex 7C 96 EC

RGB Percentages of Color #7c96ec

%24.31
%29.41
%46.27

CMYK Percentages of Color #7c96ec

%47
%36
%0
%7

Triadic Colors of #7c96ec

#7c96ec #ec7c96 #96ec7c

Analogous Colors of #7c96ec

#7c96ec #9a7cec #7cceec

Monochromatic Colors of #7c96ec

#7c96ec

Complementary Color

#7c96ec #ecd27c

#7c96ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c96ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c96ec Color CSS Codes

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

#7c96ec Text Font Color

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

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


#7c96ec Background Color

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

This div background color is #7c96ec


#7c96ec Border Color

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

This div border color is #7c96ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c96ec


Comments

No comments written yet.

Please login to write comment.