Color Hex Logo

#7c7cdb Color Hex

#7C7CDB
(124,124,219)
0 Favorites   0 Comments

Color spaces of #7c7cdb

RGB 124124219
HSL0.670.570.67
HSV240°43°86°
CMYK 0.430.430.00   0.14
XYZ28.306023.814970.1227
Yxy23.81490.23160.1948
Hunter Lab48.800518.1353-51.0350
CIE-Lab55.902023.9778-48.7458

#7c7cdb color RGB value is (124,124,219).

#7c7cdb hex color red value is 124, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7c7cdb hue: 0.67 , saturation: 0.57 and the lightness value of 7c7cdb is 0.67.

The process color (four color CMYK) of #7c7cdb color hex is 0.43, 0.43, 0.00, 0.14. Web safe color of #7c7cdb is #6666cc. Color #7c7cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111100 11011011
Octal 174 174 333
Decimal 124 124 219
Hex 7C 7C DB

RGB Percentages of Color #7c7cdb

%26.55
%26.55
%46.90

CMYK Percentages of Color #7c7cdb

%43
%43
%0
%14

Triadic Colors of #7c7cdb

#7c7cdb #db7c7c #7cdb7c

Analogous Colors of #7c7cdb

#7c7cdb #ac7cdb #7cacdb

Monochromatic Colors of #7c7cdb

#7c7cdb

Complementary Color

#7c7cdb #dbdb7c

#7c7cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7cdb Color CSS Codes

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

#7c7cdb Text Font Color

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

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


#7c7cdb Background Color

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

This div background color is #7c7cdb


#7c7cdb Border Color

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

This div border color is #7c7cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7cdb


Comments

No comments written yet.

Please login to write comment.