Color Hex Logo

#7c65ae Color Hex

#7C65AE
(124,101,174)
0 Favorites   0 Comments

Color spaces of #7c65ae

RGB 124101174
HSL0.720.310.54
HSV259°42°68°
CMYK 0.290.420.00   0.32
XYZ20.605816.648442.1718
Yxy16.64840.25940.2096
Hunter Lab40.802518.7407-32.7181
CIE-Lab47.813925.3080-35.7625

#7c65ae color RGB value is (124,101,174).

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

The process color (four color CMYK) of #7c65ae color hex is 0.29, 0.42, 0.00, 0.32. Web safe color of #7c65ae is #666699. Color #7c65ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100101 10101110
Octal 174 145 256
Decimal 124 101 174
Hex 7C 65 AE

RGB Percentages of Color #7c65ae

%31.08
%25.31
%43.61

CMYK Percentages of Color #7c65ae

%29
%42
%0
%32

Triadic Colors of #7c65ae

#7c65ae #ae7c65 #65ae7c

Analogous Colors of #7c65ae

#7c65ae #a165ae #6573ae

Monochromatic Colors of #7c65ae

#7c65ae

Complementary Color

#7c65ae #97ae65

#7c65ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c65ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c65ae Color CSS Codes

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

#7c65ae Text Font Color

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

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


#7c65ae Background Color

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

This div background color is #7c65ae


#7c65ae Border Color

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

This div border color is #7c65ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c65ae


Comments

No comments written yet.

Please login to write comment.