Color Hex Logo

#8768fc Color Hex

#8768FC
(135,104,252)
0 Favorites   0 Comments

Color spaces of #8768fc

RGB 135104252
HSL0.700.960.70
HSV253°59°99°
CMYK 0.460.590.00   0.01
XYZ32.512722.079894.6437
Yxy22.07980.21790.1480
Hunter Lab46.989141.2766-86.5272
CIE-Lab54.111647.4782-69.9892

#8768fc color RGB value is (135,104,252).

#8768fc hex color red value is 135, green value is 104 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8768fc hue: 0.70 , saturation: 0.96 and the lightness value of 8768fc is 0.70.

The process color (four color CMYK) of #8768fc color hex is 0.46, 0.59, 0.00, 0.01. Web safe color of #8768fc is #9966ff. Color #8768fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 11111100
Octal 207 150 374
Decimal 135 104 252
Hex 87 68 FC

RGB Percentages of Color #8768fc

%27.49
%21.18
%51.32

CMYK Percentages of Color #8768fc

%46
%59
%0
%1

Triadic Colors of #8768fc

#8768fc #fc8768 #68fc87

Analogous Colors of #8768fc

#8768fc #d168fc #6893fc

Monochromatic Colors of #8768fc

#8768fc

Complementary Color

#8768fc #ddfc68

#8768fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8768fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8768fc Color CSS Codes

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

#8768fc Text Font Color

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

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


#8768fc Background Color

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

This div background color is #8768fc


#8768fc Border Color

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

This div border color is #8768fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8768fc

Related Colors


Comments

No comments written yet.

Please login to write comment.