Color Hex Logo

#7632b8 Color Hex

#7632B8
(118,50,184)
0 Favorites   0 Comments

Color spaces of #7632b8

RGB 11850184
HSL0.750.570.46
HSV270°73°72°
CMYK 0.360.730.00   0.28
XYZ17.26359.593446.2892
Yxy9.59340.23600.1312
Hunter Lab30.973245.2872-66.9271
CIE-Lab37.102654.2707-58.8284

#7632b8 color RGB value is (118,50,184).

#7632b8 hex color red value is 118, green value is 50 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #7632b8 hue: 0.75 , saturation: 0.57 and the lightness value of 7632b8 is 0.46.

The process color (four color CMYK) of #7632b8 color hex is 0.36, 0.73, 0.00, 0.28. Web safe color of #7632b8 is #6633cc. Color #7632b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 10111000
Octal 166 62 270
Decimal 118 50 184
Hex 76 32 B8

RGB Percentages of Color #7632b8

%33.52
%14.20
%52.27

CMYK Percentages of Color #7632b8

%36
%73
%0
%28

Triadic Colors of #7632b8

#7632b8 #b87632 #32b876

Analogous Colors of #7632b8

#7632b8 #b832b7 #3332b8

Monochromatic Colors of #7632b8

#7632b8

Complementary Color

#7632b8 #74b832

#7632b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7632b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7632b8 Color CSS Codes

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

#7632b8 Text Font Color

<p style="color:#7632b8">Text here</p>

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


#7632b8 Background Color

<div style="background-color:#7632b8">
Div content here</div>

This div background color is #7632b8


#7632b8 Border Color

<div style="border:3px solid #7632b8">
Div here</div>

This div border color is #7632b8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,50,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7632b8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7632b8;
  -webkit-box-shadow: 1px 1px 3px 2px #7632b8;
  box-shadow:         1px 1px 3px 2px #7632b8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,50,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7632b8


Comments

No comments written yet.

Please login to write comment.