Color Hex Logo

#7a3cbd Color Hex

#7A3CBD
(122,60,189)
0 Favorites   0 Comments

Color spaces of #7a3cbd

RGB 12260189
HSL0.750.520.49
HSV269°68°74°
CMYK 0.350.680.00   0.26
XYZ18.827211.043449.2834
Yxy11.04340.23790.1395
Hunter Lab33.231642.9729-64.6666
CIE-Lab39.653551.5789-57.6053

#7a3cbd color RGB value is (122,60,189).

#7a3cbd hex color red value is 122, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7a3cbd hue: 0.75 , saturation: 0.52 and the lightness value of 7a3cbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00111100 10111101
Octal 172 74 275
Decimal 122 60 189
Hex 7A 3C BD

RGB Percentages of Color #7a3cbd

%32.88
%16.17
%50.94

CMYK Percentages of Color #7a3cbd

%35
%68
%0
%26

Triadic Colors of #7a3cbd

#7a3cbd #bd7a3c #3cbd7a

Analogous Colors of #7a3cbd

#7a3cbd #bb3cbd #3c3fbd

Monochromatic Colors of #7a3cbd

#7a3cbd

Complementary Color

#7a3cbd #7fbd3c

#7a3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a3cbd Color CSS Codes

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

#7a3cbd Text Font Color

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

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


#7a3cbd Background Color

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

This div background color is #7a3cbd


#7a3cbd Border Color

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

This div border color is #7a3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a3cbd


Comments

No comments written yet.

Please login to write comment.