Color Hex Logo

#7c13cd Color Hex

#7C13CD
(124,19,205)
0 Favorites   0 Comments

Color spaces of #7c13cd

RGB 12419205
HSL0.760.830.44
HSV274°91°80°
CMYK 0.400.910.00   0.20
XYZ19.56459.158658.4942
Yxy9.15860.22430.1050
Hunter Lab30.263262.4359-93.4145
CIE-Lab36.287969.8419-72.4336

#7c13cd color RGB value is (124,19,205).

#7c13cd hex color red value is 124, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7c13cd hue: 0.76 , saturation: 0.83 and the lightness value of 7c13cd is 0.44.

The process color (four color CMYK) of #7c13cd color hex is 0.40, 0.91, 0.00, 0.20. Web safe color of #7c13cd is #6600cc. Color #7c13cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010011 11001101
Octal 174 23 315
Decimal 124 19 205
Hex 7C 13 CD

RGB Percentages of Color #7c13cd

%35.63
%5.46
%58.91

CMYK Percentages of Color #7c13cd

%40
%91
%0
%20

Triadic Colors of #7c13cd

#7c13cd #cd7c13 #13cd7c

Analogous Colors of #7c13cd

#7c13cd #cd13c1 #1f13cd

Monochromatic Colors of #7c13cd

#7c13cd

Complementary Color

#7c13cd #64cd13

#7c13cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c13cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c13cd Color CSS Codes

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

#7c13cd Text Font Color

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

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


#7c13cd Background Color

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

This div background color is #7c13cd


#7c13cd Border Color

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

This div border color is #7c13cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c13cd


Comments

No comments written yet.

Please login to write comment.