Color Hex Logo

#7c6dcb Color Hex

#7C6DCB
(124,109,203)
0 Favorites   0 Comments

Color spaces of #7c6dcb

RGB 124109203
HSL0.690.470.61
HSV250°46°80°
CMYK 0.390.460.00   0.20
XYZ24.560319.534258.9759
Yxy19.53420.23830.1895
Hunter Lab44.197521.8458-48.1766
CIE-Lab51.306428.3560-46.9847

#7c6dcb color RGB value is (124,109,203).

#7c6dcb hex color red value is 124, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7c6dcb hue: 0.69 , saturation: 0.47 and the lightness value of 7c6dcb is 0.61.

The process color (four color CMYK) of #7c6dcb color hex is 0.39, 0.46, 0.00, 0.20. Web safe color of #7c6dcb is #6666cc. Color #7c6dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101101 11001011
Octal 174 155 313
Decimal 124 109 203
Hex 7C 6D CB

RGB Percentages of Color #7c6dcb

%28.44
%25.00
%46.56

CMYK Percentages of Color #7c6dcb

%39
%46
%0
%20

Triadic Colors of #7c6dcb

#7c6dcb #cb7c6d #6dcb7c

Analogous Colors of #7c6dcb

#7c6dcb #ab6dcb #6d8dcb

Monochromatic Colors of #7c6dcb

#7c6dcb

Complementary Color

#7c6dcb #bccb6d

#7c6dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c6dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c6dcb Color CSS Codes

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

#7c6dcb Text Font Color

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

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


#7c6dcb Background Color

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

This div background color is #7c6dcb


#7c6dcb Border Color

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

This div border color is #7c6dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c6dcb


Comments

No comments written yet.

Please login to write comment.