Color Hex Logo

#7552da Color Hex

#7552DA
(117,82,218)
0 Favorites   0 Comments

Color spaces of #7552da

RGB 11782218
HSL0.710.650.59
HSV255°62°85°
CMYK 0.460.620.00   0.15
XYZ23.008314.878567.9888
Yxy14.87850.21730.1405
Hunter Lab38.572738.9718-77.5047
CIE-Lab45.467346.6699-64.9666

#7552da color RGB value is (117,82,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010010 11011010
Octal 165 122 332
Decimal 117 82 218
Hex 75 52 DA

RGB Percentages of Color #7552da

%28.06
%19.66
%52.28

CMYK Percentages of Color #7552da

%46
%62
%0
%15

Triadic Colors of #7552da

#7552da #da7552 #52da75

Analogous Colors of #7552da

#7552da #b952da #5273da

Monochromatic Colors of #7552da

#7552da

Complementary Color

#7552da #b7da52

#7552da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7552da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7552da Color CSS Codes

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

#7552da Text Font Color

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

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


#7552da Background Color

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

This div background color is #7552da


#7552da Border Color

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

This div border color is #7552da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7552da


Comments

No comments written yet.

Please login to write comment.