Color Hex Logo

#7d1ca2 Color Hex

#7D1CA2
(125,28,162)
0 Favorites   0 Comments

Color spaces of #7d1ca2

RGB 12528162
HSL0.790.710.37
HSV283°83°64°
CMYK 0.230.830.00   0.36
XYZ15.39437.799134.8764
Yxy7.79910.26510.1343
Hunter Lab27.926949.5236-54.4954
CIE-Lab33.560958.9238-51.3925

#7d1ca2 color RGB value is (125,28,162).

#7d1ca2 hex color red value is 125, green value is 28 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #7d1ca2 hue: 0.79 , saturation: 0.71 and the lightness value of 7d1ca2 is 0.37.

The process color (four color CMYK) of #7d1ca2 color hex is 0.23, 0.83, 0.00, 0.36. Web safe color of #7d1ca2 is #663399. Color #7d1ca2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00011100 10100010
Octal 175 34 242
Decimal 125 28 162
Hex 7D 1C A2

RGB Percentages of Color #7d1ca2

%39.68
%8.89
%51.43

CMYK Percentages of Color #7d1ca2

%23
%83
%0
%36

Triadic Colors of #7d1ca2

#7d1ca2 #a27d1c #1ca27d

Analogous Colors of #7d1ca2

#7d1ca2 #a21c84 #3a1ca2

Monochromatic Colors of #7d1ca2

#7d1ca2

Complementary Color

#7d1ca2 #41a21c

#7d1ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d1ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d1ca2 Color CSS Codes

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

#7d1ca2 Text Font Color

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

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


#7d1ca2 Background Color

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

This div background color is #7d1ca2


#7d1ca2 Border Color

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

This div border color is #7d1ca2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,28,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d1ca2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d1ca2;
  -webkit-box-shadow: 1px 1px 3px 2px #7d1ca2;
  box-shadow:         1px 1px 3px 2px #7d1ca2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,28,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d1ca2


Comments

No comments written yet.

Please login to write comment.