Color Hex Logo

#7a0fbc Color Hex

#7A0FBC
(122,15,188)
0 Favorites   0 Comments

Color spaces of #7a0fbc

RGB 12215188
HSL0.770.850.40
HSV277°92°74°
CMYK 0.350.920.00   0.26
XYZ17.27408.110148.2319
Yxy8.11010.23470.1102
Hunter Lab28.478258.4356-80.4812
CIE-Lab34.211166.7911-65.8887

#7a0fbc color RGB value is (122,15,188).

#7a0fbc hex color red value is 122, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7a0fbc hue: 0.77 , saturation: 0.85 and the lightness value of 7a0fbc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00001111 10111100
Octal 172 17 274
Decimal 122 15 188
Hex 7A F BC

RGB Percentages of Color #7a0fbc

%37.54
%4.62
%57.85

CMYK Percentages of Color #7a0fbc

%35
%92
%0
%26

Triadic Colors of #7a0fbc

#7a0fbc #bc7a0f #0fbc7a

Analogous Colors of #7a0fbc

#7a0fbc #bc0fa8 #230fbc

Monochromatic Colors of #7a0fbc

#7a0fbc

Complementary Color

#7a0fbc #51bc0f

#7a0fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a0fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a0fbc Color CSS Codes

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

#7a0fbc Text Font Color

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

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


#7a0fbc Background Color

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

This div background color is #7a0fbc


#7a0fbc Border Color

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

This div border color is #7a0fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,15,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a0fbc


Comments

No comments written yet.

Please login to write comment.