Color Hex Logo

#7535fc Color Hex

#7535FC
(117,53,252)
0 Favorites   0 Comments

Color spaces of #7535fc

RGB 11753252
HSL0.720.970.60
HSV259°79°99°
CMYK 0.540.790.00   0.01
XYZ26.179913.356493.2937
Yxy13.35640.19710.1006
Hunter Lab36.546463.9117-125.7698
CIE-Lab43.295469.7381-87.7259

#7535fc color RGB value is (117,53,252).

#7535fc hex color red value is 117, green value is 53 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7535fc hue: 0.72 , saturation: 0.97 and the lightness value of 7535fc is 0.60.

The process color (four color CMYK) of #7535fc color hex is 0.54, 0.79, 0.00, 0.01. Web safe color of #7535fc is #6633ff. Color #7535fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110101 11111100
Octal 165 65 374
Decimal 117 53 252
Hex 75 35 FC

RGB Percentages of Color #7535fc

%27.73
%12.56
%59.72

CMYK Percentages of Color #7535fc

%54
%79
%0
%1

Triadic Colors of #7535fc

#7535fc #fc7535 #35fc75

Analogous Colors of #7535fc

#7535fc #d935fc #3558fc

Monochromatic Colors of #7535fc

#7535fc

Complementary Color

#7535fc #bcfc35

#7535fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7535fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7535fc Color CSS Codes

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

#7535fc Text Font Color

<p style="color:#7535fc">Text here</p>

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


#7535fc Background Color

<div style="background-color:#7535fc">
Div content here</div>

This div background color is #7535fc


#7535fc Border Color

<div style="border:3px solid #7535fc">
Div here</div>

This div border color is #7535fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,53,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7535fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7535fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7535fc;
  box-shadow:         1px 1px 3px 2px #7535fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,53,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7535fc


Comments

No comments written yet.

Please login to write comment.