Color Hex Logo

#7652bc Color Hex

#7652BC
(118,82,188)
0 Favorites   0 Comments

Color spaces of #7652bc

RGB 11882188
HSL0.720.440.53
HSV260°56°74°
CMYK 0.370.560.00   0.26
XYZ19.565613.517049.1548
Yxy13.51700.23790.1644
Hunter Lab36.765530.6533-53.5339
CIE-Lab43.532138.6222-50.7843

#7652bc color RGB value is (118,82,188).

#7652bc hex color red value is 118, green value is 82 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7652bc hue: 0.72 , saturation: 0.44 and the lightness value of 7652bc is 0.53.

The process color (four color CMYK) of #7652bc color hex is 0.37, 0.56, 0.00, 0.26. Web safe color of #7652bc is #6666cc. Color #7652bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010010 10111100
Octal 166 122 274
Decimal 118 82 188
Hex 76 52 BC

RGB Percentages of Color #7652bc

%30.41
%21.13
%48.45

CMYK Percentages of Color #7652bc

%37
%56
%0
%26

Triadic Colors of #7652bc

#7652bc #bc7652 #52bc76

Analogous Colors of #7652bc

#7652bc #ab52bc #5263bc

Monochromatic Colors of #7652bc

#7652bc

Complementary Color

#7652bc #98bc52

#7652bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7652bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7652bc Color CSS Codes

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

#7652bc Text Font Color

<p style="color:#7652bc">Text here</p>

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


#7652bc Background Color

<div style="background-color:#7652bc">
Div content here</div>

This div background color is #7652bc


#7652bc Border Color

<div style="border:3px solid #7652bc">
Div here</div>

This div border color is #7652bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,82,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7652bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7652bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7652bc;
  box-shadow:         1px 1px 3px 2px #7652bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7652bc


Comments

No comments written yet.

Please login to write comment.