Color Hex Logo

#8865f8 Color Hex

#8865F8
(136,101,248)
0 Favorites   0 Comments

Color spaces of #8865f8

RGB 136101248
HSL0.710.910.68
HSV254°59°97°
CMYK 0.450.590.00   0.03
XYZ31.750321.318991.2485
Yxy21.31890.22000.1477
Hunter Lab46.172441.9433-84.8516
CIE-Lab53.296848.2354-69.0838

#8865f8 color RGB value is (136,101,248).

#8865f8 hex color red value is 136, green value is 101 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #8865f8 hue: 0.71 , saturation: 0.91 and the lightness value of 8865f8 is 0.68.

The process color (four color CMYK) of #8865f8 color hex is 0.45, 0.59, 0.00, 0.03. Web safe color of #8865f8 is #9966ff. Color #8865f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 11111000
Octal 210 145 370
Decimal 136 101 248
Hex 88 65 F8

RGB Percentages of Color #8865f8

%28.04
%20.82
%51.13

CMYK Percentages of Color #8865f8

%45
%59
%0
%3

Triadic Colors of #8865f8

#8865f8 #f88865 #65f888

Analogous Colors of #8865f8

#8865f8 #d265f8 #658cf8

Monochromatic Colors of #8865f8

#8865f8

Complementary Color

#8865f8 #d5f865

#8865f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8865f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8865f8 Color CSS Codes

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

#8865f8 Text Font Color

<p style="color:#8865f8">Text here</p>

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


#8865f8 Background Color

<div style="background-color:#8865f8">
Div content here</div>

This div background color is #8865f8


#8865f8 Border Color

<div style="border:3px solid #8865f8">
Div here</div>

This div border color is #8865f8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,101,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8865f8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8865f8;
  -webkit-box-shadow: 1px 1px 3px 2px #8865f8;
  box-shadow:         1px 1px 3px 2px #8865f8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,101,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8865f8


Comments

No comments written yet.

Please login to write comment.