Color Hex Logo

#7c1cde Color Hex

#7C1CDE
(124,28,222)
0 Favorites   0 Comments

Color spaces of #7c1cde

RGB 12428222
HSL0.750.780.49
HSV270°87°87°
CMYK 0.440.870.00   0.13
XYZ21.912310.389569.9577
Yxy10.38950.21430.1016
Hunter Lab32.232764.9396-106.1196
CIE-Lab38.532671.5323-78.5575

#7c1cde color RGB value is (124,28,222).

#7c1cde hex color red value is 124, green value is 28 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7c1cde hue: 0.75 , saturation: 0.78 and the lightness value of 7c1cde is 0.49.

The process color (four color CMYK) of #7c1cde color hex is 0.44, 0.87, 0.00, 0.13. Web safe color of #7c1cde is #6633cc. Color #7c1cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00011100 11011110
Octal 174 34 336
Decimal 124 28 222
Hex 7C 1C DE

RGB Percentages of Color #7c1cde

%33.16
%7.49
%59.36

CMYK Percentages of Color #7c1cde

%44
%87
%0
%13

Triadic Colors of #7c1cde

#7c1cde #de7c1c #1cde7c

Analogous Colors of #7c1cde

#7c1cde #dd1cde #1c1dde

Monochromatic Colors of #7c1cde

#7c1cde

Complementary Color

#7c1cde #7ede1c

#7c1cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c1cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c1cde Color CSS Codes

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

#7c1cde Text Font Color

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

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


#7c1cde Background Color

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

This div background color is #7c1cde


#7c1cde Border Color

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

This div border color is #7c1cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c1cde


Comments

No comments written yet.

Please login to write comment.