Color Hex Logo

#7b35ae Color Hex

#7B35AE
(123,53,174)
0 Favorites   0 Comments

Color spaces of #7b35ae

RGB 12353174
HSL0.760.530.45
HSV275°70°68°
CMYK 0.290.700.00   0.32
XYZ17.08159.813241.0382
Yxy9.81320.25140.1445
Hunter Lab31.326042.5122-55.7438
CIE-Lab37.505151.5372-52.2183

#7b35ae color RGB value is (123,53,174).

#7b35ae hex color red value is 123, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7b35ae hue: 0.76 , saturation: 0.53 and the lightness value of 7b35ae is 0.45.

The process color (four color CMYK) of #7b35ae color hex is 0.29, 0.70, 0.00, 0.32. Web safe color of #7b35ae is #663399. Color #7b35ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110101 10101110
Octal 173 65 256
Decimal 123 53 174
Hex 7B 35 AE

RGB Percentages of Color #7b35ae

%35.14
%15.14
%49.71

CMYK Percentages of Color #7b35ae

%29
%70
%0
%32

Triadic Colors of #7b35ae

#7b35ae #ae7b35 #35ae7b

Analogous Colors of #7b35ae

#7b35ae #ae35a5 #3f35ae

Monochromatic Colors of #7b35ae

#7b35ae

Complementary Color

#7b35ae #68ae35

#7b35ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b35ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b35ae Color CSS Codes

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

#7b35ae Text Font Color

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

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


#7b35ae Background Color

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

This div background color is #7b35ae


#7b35ae Border Color

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

This div border color is #7b35ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,53,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 #7b35ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b35ae


Comments

No comments written yet.

Please login to write comment.