Color Hex Logo

#7c2165 Color Hex

#7C2165
(124,33,101)
0 Favorites   0 Comments

Color spaces of #7c2165

RGB 12433101
HSL0.880.580.31
HSV315°73°49°
CMYK 0.000.730.19   0.51
XYZ11.20506.312412.9398
Yxy6.31240.36790.2073
Hunter Lab25.124535.6394-12.9488
CIE-Lab30.187346.0832-18.6966

#7c2165 color RGB value is (124,33,101).

#7c2165 hex color red value is 124, green value is 33 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #7c2165 hue: 0.88 , saturation: 0.58 and the lightness value of 7c2165 is 0.31.

The process color (four color CMYK) of #7c2165 color hex is 0.00, 0.73, 0.19, 0.51. Web safe color of #7c2165 is #663366. Color #7c2165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100001 01100101
Octal 174 41 145
Decimal 124 33 101
Hex 7C 21 65

RGB Percentages of Color #7c2165

%48.06
%12.79
%39.15

CMYK Percentages of Color #7c2165

%0
%73
%19
%51

Triadic Colors of #7c2165

#7c2165 #657c21 #21657c

Analogous Colors of #7c2165

#7c2165 #7c2138 #66217c

Monochromatic Colors of #7c2165

#7c2165

Complementary Color

#7c2165 #217c38

#7c2165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2165 Color CSS Codes

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

#7c2165 Text Font Color

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

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


#7c2165 Background Color

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

This div background color is #7c2165


#7c2165 Border Color

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

This div border color is #7c2165


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,33,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c2165; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c2165;
  -webkit-box-shadow: 1px 1px 3px 2px #7c2165;
  box-shadow:         1px 1px 3px 2px #7c2165; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,33,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2165


Comments

No comments written yet.

Please login to write comment.