Color Hex Logo

#7435ba Color Hex

#7435BA
(116,53,186)
0 Favorites   0 Comments

Color spaces of #7435ba

RGB 11653186
HSL0.750.560.47
HSV268°72°73°
CMYK 0.380.720.00   0.27
XYZ17.33859.804447.4330
Yxy9.80440.23250.1315
Hunter Lab31.312044.0455-67.8972
CIE-Lab37.489153.0142-59.3906

#7435ba color RGB value is (116,53,186).

#7435ba hex color red value is 116, green value is 53 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7435ba hue: 0.75 , saturation: 0.56 and the lightness value of 7435ba is 0.47.

The process color (four color CMYK) of #7435ba color hex is 0.38, 0.72, 0.00, 0.27. Web safe color of #7435ba is #6633cc. Color #7435ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110101 10111010
Octal 164 65 272
Decimal 116 53 186
Hex 74 35 BA

RGB Percentages of Color #7435ba

%32.68
%14.93
%52.39

CMYK Percentages of Color #7435ba

%38
%72
%0
%27

Triadic Colors of #7435ba

#7435ba #ba7435 #35ba74

Analogous Colors of #7435ba

#7435ba #b735ba #3539ba

Monochromatic Colors of #7435ba

#7435ba

Complementary Color

#7435ba #7bba35

#7435ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7435ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7435ba Color CSS Codes

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

#7435ba Text Font Color

<p style="color:#7435ba">Text here</p>

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


#7435ba Background Color

<div style="background-color:#7435ba">
Div content here</div>

This div background color is #7435ba


#7435ba Border Color

<div style="border:3px solid #7435ba">
Div here</div>

This div border color is #7435ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,53,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7435ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7435ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7435ba;
  box-shadow:         1px 1px 3px 2px #7435ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,53,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7435ba


Comments

No comments written yet.

Please login to write comment.