Color Hex Logo

#7652da Color Hex

#7652DA
(118,82,218)
0 Favorites   0 Comments

Color spaces of #7652da

RGB 11882218
HSL0.710.650.59
HSV256°62°85°
CMYK 0.460.620.00   0.15
XYZ23.143414.948167.9951
Yxy14.94810.21820.1409
Hunter Lab38.662839.1896-77.2077
CIE-Lab45.563046.8661-64.8069

#7652da color RGB value is (118,82,218).

#7652da hex color red value is 118, green value is 82 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7652da hue: 0.71 , saturation: 0.65 and the lightness value of 7652da is 0.59.

The process color (four color CMYK) of #7652da color hex is 0.46, 0.62, 0.00, 0.15. Web safe color of #7652da is #6666cc. Color #7652da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010010 11011010
Octal 166 122 332
Decimal 118 82 218
Hex 76 52 DA

RGB Percentages of Color #7652da

%28.23
%19.62
%52.15

CMYK Percentages of Color #7652da

%46
%62
%0
%15

Triadic Colors of #7652da

#7652da #da7652 #52da76

Analogous Colors of #7652da

#7652da #ba52da #5272da

Monochromatic Colors of #7652da

#7652da

Complementary Color

#7652da #b6da52

#7652da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7652da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7652da Color CSS Codes

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

#7652da Text Font Color

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

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


#7652da Background Color

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

This div background color is #7652da


#7652da Border Color

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

This div border color is #7652da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7652da


Comments

No comments written yet.

Please login to write comment.