Color Hex Logo

#7532da Color Hex

#7532DA
(117,50,218)
0 Favorites   0 Comments

Color spaces of #7532da

RGB 11750218
HSL0.730.690.53
HSV264°77°85°
CMYK 0.460.770.00   0.15
XYZ21.131611.125167.3633
Yxy11.12510.21210.1117
Hunter Lab33.354354.7185-96.3957
CIE-Lab39.790462.4257-74.2286

#7532da color RGB value is (117,50,218).

#7532da hex color red value is 117, green value is 50 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7532da hue: 0.73 , saturation: 0.69 and the lightness value of 7532da is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110010 11011010
Octal 165 62 332
Decimal 117 50 218
Hex 75 32 DA

RGB Percentages of Color #7532da

%30.39
%12.99
%56.62

CMYK Percentages of Color #7532da

%46
%77
%0
%15

Triadic Colors of #7532da

#7532da #da7532 #32da75

Analogous Colors of #7532da

#7532da #c932da #3243da

Monochromatic Colors of #7532da

#7532da

Complementary Color

#7532da #97da32

#7532da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7532da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7532da Color CSS Codes

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

#7532da Text Font Color

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

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


#7532da Background Color

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

This div background color is #7532da


#7532da Border Color

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

This div border color is #7532da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7532da


Comments

No comments written yet.

Please login to write comment.