Color Hex Logo

#7a2dfd Color Hex

#7A2DFD
(122,45,253)
0 Favorites   0 Comments

Color spaces of #7a2dfd

RGB 12245253
HSL0.730.980.58
HSV262°82°99°
CMYK 0.520.820.00   0.01
XYZ26.694013.106294.0513
Yxy13.10620.19940.0979
Hunter Lab36.202568.2631-128.6892
CIE-Lab42.922873.4598-88.8811

#7a2dfd color RGB value is (122,45,253).

#7a2dfd hex color red value is 122, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7a2dfd hue: 0.73 , saturation: 0.98 and the lightness value of 7a2dfd is 0.58.

The process color (four color CMYK) of #7a2dfd color hex is 0.52, 0.82, 0.00, 0.01. Web safe color of #7a2dfd is #6633ff. Color #7a2dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00101101 11111101
Octal 172 55 375
Decimal 122 45 253
Hex 7A 2D FD

RGB Percentages of Color #7a2dfd

%29.05
%10.71
%60.24

CMYK Percentages of Color #7a2dfd

%52
%82
%0
%1

Triadic Colors of #7a2dfd

#7a2dfd #fd7a2d #2dfd7a

Analogous Colors of #7a2dfd

#7a2dfd #e22dfd #2d48fd

Monochromatic Colors of #7a2dfd

#7a2dfd

Complementary Color

#7a2dfd #b0fd2d

#7a2dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a2dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a2dfd Color CSS Codes

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

#7a2dfd Text Font Color

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

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


#7a2dfd Background Color

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

This div background color is #7a2dfd


#7a2dfd Border Color

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

This div border color is #7a2dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a2dfd


Comments

No comments written yet.

Please login to write comment.