Color Hex Logo

#7c2cbb Color Hex

#7C2CBB
(124,44,187)
0 Favorites   0 Comments

Color spaces of #7c2cbb

RGB 12444187
HSL0.760.620.45
HSV274°76°73°
CMYK 0.340.760.00   0.27
XYZ18.18259.674347.9227
Yxy9.67430.23990.1277
Hunter Lab31.103549.9163-69.5785
CIE-Lab37.251458.5670-60.3203

#7c2cbb color RGB value is (124,44,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00101100 10111011
Octal 174 54 273
Decimal 124 44 187
Hex 7C 2C BB

RGB Percentages of Color #7c2cbb

%34.93
%12.39
%52.68

CMYK Percentages of Color #7c2cbb

%34
%76
%0
%27

Triadic Colors of #7c2cbb

#7c2cbb #bb7c2c #2cbb7c

Analogous Colors of #7c2cbb

#7c2cbb #bb2cb3 #352cbb

Monochromatic Colors of #7c2cbb

#7c2cbb

Complementary Color

#7c2cbb #6bbb2c

#7c2cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2cbb Color CSS Codes

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

#7c2cbb Text Font Color

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

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


#7c2cbb Background Color

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

This div background color is #7c2cbb


#7c2cbb Border Color

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

This div border color is #7c2cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2cbb


Comments

No comments written yet.

Please login to write comment.