Color Hex Logo

#7a0cbb Color Hex

#7A0CBB
(122,12,187)
0 Favorites   0 Comments

Color spaces of #7a0cbb

RGB 12212187
HSL0.770.880.39
HSV278°94°73°
CMYK 0.350.940.00   0.27
XYZ17.12727.988447.6529
Yxy7.98840.23540.1098
Hunter Lab28.263858.7054-80.1787
CIE-Lab33.958767.0746-65.7114

#7a0cbb color RGB value is (122,12,187).

#7a0cbb hex color red value is 122, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7a0cbb hue: 0.77 , saturation: 0.88 and the lightness value of 7a0cbb is 0.39.

The process color (four color CMYK) of #7a0cbb color hex is 0.35, 0.94, 0.00, 0.27. Web safe color of #7a0cbb is #6600cc. Color #7a0cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00001100 10111011
Octal 172 14 273
Decimal 122 12 187
Hex 7A C BB

RGB Percentages of Color #7a0cbb

%38.01
%3.74
%58.26

CMYK Percentages of Color #7a0cbb

%35
%94
%0
%27

Triadic Colors of #7a0cbb

#7a0cbb #bb7a0c #0cbb7a

Analogous Colors of #7a0cbb

#7a0cbb #bb0ca5 #220cbb

Monochromatic Colors of #7a0cbb

#7a0cbb

Complementary Color

#7a0cbb #4dbb0c

#7a0cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a0cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a0cbb Color CSS Codes

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

#7a0cbb Text Font Color

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

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


#7a0cbb Background Color

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

This div background color is #7a0cbb


#7a0cbb Border Color

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

This div border color is #7a0cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a0cbb


Comments

No comments written yet.

Please login to write comment.