Color Hex Logo

#7c29bd Color Hex

#7C29BD
(124,41,189)
0 Favorites   0 Comments

Color spaces of #7c29bd

RGB 12441189
HSL0.760.640.45
HSV274°78°74°
CMYK 0.340.780.00   0.26
XYZ18.29049.545149.0225
Yxy9.54510.23800.1242
Hunter Lab30.895151.6082-72.4511
CIE-Lab37.013360.1622-61.8859

#7c29bd color RGB value is (124,41,189).

#7c29bd hex color red value is 124, green value is 41 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7c29bd hue: 0.76 , saturation: 0.64 and the lightness value of 7c29bd is 0.45.

The process color (four color CMYK) of #7c29bd color hex is 0.34, 0.78, 0.00, 0.26. Web safe color of #7c29bd is #6633cc. Color #7c29bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00101001 10111101
Octal 174 51 275
Decimal 124 41 189
Hex 7C 29 BD

RGB Percentages of Color #7c29bd

%35.03
%11.58
%53.39

CMYK Percentages of Color #7c29bd

%34
%78
%0
%26

Triadic Colors of #7c29bd

#7c29bd #bd7c29 #29bd7c

Analogous Colors of #7c29bd

#7c29bd #bd29b4 #3229bd

Monochromatic Colors of #7c29bd

#7c29bd

Complementary Color

#7c29bd #6abd29

#7c29bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c29bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c29bd Color CSS Codes

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

#7c29bd Text Font Color

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

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


#7c29bd Background Color

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

This div background color is #7c29bd


#7c29bd Border Color

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

This div border color is #7c29bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c29bd


Comments

No comments written yet.

Please login to write comment.