Color Hex Logo

#7a41cb Color Hex

#7A41CB
(122,65,203)
0 Favorites   0 Comments

Color spaces of #7a41cb

RGB 12265203
HSL0.740.570.53
HSV265°68°80°
CMYK 0.400.680.00   0.20
XYZ20.695812.230057.7697
Yxy12.23000.22820.1348
Hunter Lab34.971444.4349-73.4619
CIE-Lab41.579452.6178-62.6364

#7a41cb color RGB value is (122,65,203).

#7a41cb hex color red value is 122, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7a41cb hue: 0.74 , saturation: 0.57 and the lightness value of 7a41cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01000001 11001011
Octal 172 101 313
Decimal 122 65 203
Hex 7A 41 CB

RGB Percentages of Color #7a41cb

%31.28
%16.67
%52.05

CMYK Percentages of Color #7a41cb

%40
%68
%0
%20

Triadic Colors of #7a41cb

#7a41cb #cb7a41 #41cb7a

Analogous Colors of #7a41cb

#7a41cb #bf41cb #414dcb

Monochromatic Colors of #7a41cb

#7a41cb

Complementary Color

#7a41cb #92cb41

#7a41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a41cb Color CSS Codes

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

#7a41cb Text Font Color

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

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


#7a41cb Background Color

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

This div background color is #7a41cb


#7a41cb Border Color

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

This div border color is #7a41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a41cb


Comments

No comments written yet.

Please login to write comment.