Color Hex Logo

#7c6ddc Color Hex

#7C6DDC
(124,109,220)
0 Favorites   0 Comments

Color spaces of #7c6ddc

RGB 124109220
HSL0.690.610.65
HSV248°50°86°
CMYK 0.440.500.00   0.14
XYZ26.699120.389770.2386
Yxy20.38970.22760.1738
Hunter Lab45.155026.5218-60.6172
CIE-Lab52.275033.1696-55.0944

#7c6ddc color RGB value is (124,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101101 11011100
Octal 174 155 334
Decimal 124 109 220
Hex 7C 6D DC

RGB Percentages of Color #7c6ddc

%27.37
%24.06
%48.57

CMYK Percentages of Color #7c6ddc

%44
%50
%0
%14

Triadic Colors of #7c6ddc

#7c6ddc #dc7c6d #6ddc7c

Analogous Colors of #7c6ddc

#7c6ddc #b46ddc #6d96dc

Monochromatic Colors of #7c6ddc

#7c6ddc

Complementary Color

#7c6ddc #cddc6d

#7c6ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c6ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c6ddc Color CSS Codes

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

#7c6ddc Text Font Color

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

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


#7c6ddc Background Color

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

This div background color is #7c6ddc


#7c6ddc Border Color

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

This div border color is #7c6ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c6ddc


Comments

No comments written yet.

Please login to write comment.