Color Hex Logo

#7c1dec Color Hex

#7C1DEC
(124,29,236)
0 Favorites   0 Comments

Color spaces of #7c1dec

RGB 12429236
HSL0.740.840.52
HSV268°88°93°
CMYK 0.470.880.00   0.07
XYZ23.891911.219980.2633
Yxy11.21990.20710.0972
Hunter Lab33.496168.7011-118.6232
CIE-Lab39.948474.3974-84.2057

#7c1dec color RGB value is (124,29,236).

#7c1dec hex color red value is 124, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7c1dec hue: 0.74 , saturation: 0.84 and the lightness value of 7c1dec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00011101 11101100
Octal 174 35 354
Decimal 124 29 236
Hex 7C 1D EC

RGB Percentages of Color #7c1dec

%31.88
%7.46
%60.67

CMYK Percentages of Color #7c1dec

%47
%88
%0
%7

Triadic Colors of #7c1dec

#7c1dec #ec7c1d #1dec7c

Analogous Colors of #7c1dec

#7c1dec #e41dec #1d26ec

Monochromatic Colors of #7c1dec

#7c1dec

Complementary Color

#7c1dec #8dec1d

#7c1dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c1dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c1dec Color CSS Codes

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

#7c1dec Text Font Color

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

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


#7c1dec Background Color

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

This div background color is #7c1dec


#7c1dec Border Color

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

This div border color is #7c1dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c1dec


Comments

No comments written yet.

Please login to write comment.