Color Hex Logo

#7518fb Color Hex

#7518FB
(117,24,251)
0 Favorites   0 Comments

Color spaces of #7518fb

RGB 11724251
HSL0.730.970.54
HSV265°90°98°
CMYK 0.530.900.00   0.02
XYZ25.075311.400292.1456
Yxy11.40020.19500.0886
Hunter Lab33.764273.4775-138.1730
CIE-Lab40.246578.2387-92.2002

#7518fb color RGB value is (117,24,251).

#7518fb hex color red value is 117, green value is 24 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7518fb hue: 0.73 , saturation: 0.97 and the lightness value of 7518fb is 0.54.

The process color (four color CMYK) of #7518fb color hex is 0.53, 0.90, 0.00, 0.02. Web safe color of #7518fb is #6600ff. Color #7518fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011000 11111011
Octal 165 30 373
Decimal 117 24 251
Hex 75 18 FB

RGB Percentages of Color #7518fb

%29.85
%6.12
%64.03

CMYK Percentages of Color #7518fb

%53
%90
%0
%2

Triadic Colors of #7518fb

#7518fb #fb7518 #18fb75

Analogous Colors of #7518fb

#7518fb #e718fb #182cfb

Monochromatic Colors of #7518fb

#7518fb

Complementary Color

#7518fb #9efb18

#7518fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7518fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7518fb Color CSS Codes

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

#7518fb Text Font Color

<p style="color:#7518fb">Text here</p>

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


#7518fb Background Color

<div style="background-color:#7518fb">
Div content here</div>

This div background color is #7518fb


#7518fb Border Color

<div style="border:3px solid #7518fb">
Div here</div>

This div border color is #7518fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,24,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7518fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7518fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7518fb;
  box-shadow:         1px 1px 3px 2px #7518fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7518fb


Comments

No comments written yet.

Please login to write comment.