Color Hex Logo

#7350fc Color Hex

#7350FC
(115,80,252)
0 Favorites   0 Comments

Color spaces of #7350fc

RGB 11580252
HSL0.700.970.65
HSV252°68°99°
CMYK 0.540.680.00   0.01
XYZ27.509616.410493.8131
Yxy16.41040.19970.1191
Hunter Lab40.509850.3248-108.9479
CIE-Lab47.508456.9959-80.8140

#7350fc color RGB value is (115,80,252).

#7350fc hex color red value is 115, green value is 80 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7350fc hue: 0.70 , saturation: 0.97 and the lightness value of 7350fc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010000 11111100
Octal 163 120 374
Decimal 115 80 252
Hex 73 50 FC

RGB Percentages of Color #7350fc

%25.73
%17.90
%56.38

CMYK Percentages of Color #7350fc

%54
%68
%0
%1

Triadic Colors of #7350fc

#7350fc #fc7350 #50fc73

Analogous Colors of #7350fc

#7350fc #c950fc #5083fc

Monochromatic Colors of #7350fc

#7350fc

Complementary Color

#7350fc #d9fc50

#7350fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7350fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7350fc Color CSS Codes

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

#7350fc Text Font Color

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

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


#7350fc Background Color

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

This div background color is #7350fc


#7350fc Border Color

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

This div border color is #7350fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,80,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 #7350fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7350fc

Related Colors


Comments

No comments written yet.

Please login to write comment.