Color Hex Logo

#8c75fb Color Hex

#8C75FB
(140,117,251)
0 Favorites   0 Comments

Color spaces of #8c75fb

RGB 140117251
HSL0.700.940.72
HSV250°53°98°
CMYK 0.440.530.00   0.02
XYZ34.589125.263194.3200
Yxy25.26310.22440.1639
Hunter Lab50.262434.8792-76.0770
CIE-Lab57.330940.8929-64.2209

#8c75fb color RGB value is (140,117,251).

#8c75fb hex color red value is 140, green value is 117 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8c75fb hue: 0.70 , saturation: 0.94 and the lightness value of 8c75fb is 0.72.

The process color (four color CMYK) of #8c75fb color hex is 0.44, 0.53, 0.00, 0.02. Web safe color of #8c75fb is #9966ff. Color #8c75fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110101 11111011
Octal 214 165 373
Decimal 140 117 251
Hex 8C 75 FB

RGB Percentages of Color #8c75fb

%27.56
%23.03
%49.41

CMYK Percentages of Color #8c75fb

%44
%53
%0
%2

Triadic Colors of #8c75fb

#8c75fb #fb8c75 #75fb8c

Analogous Colors of #8c75fb

#8c75fb #cf75fb #75a1fb

Monochromatic Colors of #8c75fb

#8c75fb

Complementary Color

#8c75fb #e4fb75

#8c75fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c75fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c75fb Color CSS Codes

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

#8c75fb Text Font Color

<p style="color:#8c75fb">Text here</p>

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


#8c75fb Background Color

<div style="background-color:#8c75fb">
Div content here</div>

This div background color is #8c75fb


#8c75fb Border Color

<div style="border:3px solid #8c75fb">
Div here</div>

This div border color is #8c75fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c75fb

Related Colors


Comments

No comments written yet.

Please login to write comment.