Color Hex Logo

#7561fb Color Hex

#7561FB
(117,97,251)
0 Favorites   0 Comments

Color spaces of #7561fb

RGB 11797251
HSL0.690.950.68
HSV248°61°98°
CMYK 0.530.610.00   0.02
XYZ29.023419.296393.4617
Yxy19.29630.20470.1361
Hunter Lab43.927641.0636-95.3981
CIE-Lab51.032147.7662-74.5008

#7561fb color RGB value is (117,97,251).

#7561fb hex color red value is 117, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7561fb hue: 0.69 , saturation: 0.95 and the lightness value of 7561fb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100001 11111011
Octal 165 141 373
Decimal 117 97 251
Hex 75 61 FB

RGB Percentages of Color #7561fb

%25.16
%20.86
%53.98

CMYK Percentages of Color #7561fb

%53
%61
%0
%2

Triadic Colors of #7561fb

#7561fb #fb7561 #61fb75

Analogous Colors of #7561fb

#7561fb #c261fb #619afb

Monochromatic Colors of #7561fb

#7561fb

Complementary Color

#7561fb #e7fb61

#7561fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7561fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7561fb Color CSS Codes

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

#7561fb Text Font Color

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

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


#7561fb Background Color

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

This div background color is #7561fb


#7561fb Border Color

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

This div border color is #7561fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7561fb

Related Colors


Comments

No comments written yet.

Please login to write comment.