Color Hex Logo

#7527fb Color Hex

#7527FB
(117,39,251)
0 Favorites   0 Comments

Color spaces of #7527fb

RGB 11739251
HSL0.730.960.57
HSV262°84°98°
CMYK 0.530.840.00   0.02
XYZ25.474212.198092.2786
Yxy12.19800.19600.0939
Hunter Lab34.925669.0752-132.2048
CIE-Lab41.529174.4018-90.0798

#7527fb color RGB value is (117,39,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 11111011
Octal 165 47 373
Decimal 117 39 251
Hex 75 27 FB

RGB Percentages of Color #7527fb

%28.75
%9.58
%61.67

CMYK Percentages of Color #7527fb

%53
%84
%0
%2

Triadic Colors of #7527fb

#7527fb #fb7527 #27fb75

Analogous Colors of #7527fb

#7527fb #df27fb #2743fb

Monochromatic Colors of #7527fb

#7527fb

Complementary Color

#7527fb #adfb27

#7527fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7527fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7527fb Color CSS Codes

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

#7527fb Text Font Color

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

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


#7527fb Background Color

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

This div background color is #7527fb


#7527fb Border Color

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

This div border color is #7527fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7527fb


Comments

No comments written yet.

Please login to write comment.