Color Hex Logo

#865ff1 Color Hex

#865FF1
(134,95,241)
0 Favorites   0 Comments

Color spaces of #865ff1

RGB 13495241
HSL0.710.840.66
HSV256°61°95°
CMYK 0.440.610.00   0.05
XYZ29.800919.603685.4323
Yxy19.60360.22100.1454
Hunter Lab44.276042.6604-83.4094
CIE-Lab51.386049.2206-68.2836

#865ff1 color RGB value is (134,95,241).

#865ff1 hex color red value is 134, green value is 95 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #865ff1 hue: 0.71 , saturation: 0.84 and the lightness value of 865ff1 is 0.66.

The process color (four color CMYK) of #865ff1 color hex is 0.44, 0.61, 0.00, 0.05. Web safe color of #865ff1 is #9966ff. Color #865ff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 11110001
Octal 206 137 361
Decimal 134 95 241
Hex 86 5F F1

RGB Percentages of Color #865ff1

%28.51
%20.21
%51.28

CMYK Percentages of Color #865ff1

%44
%61
%0
%5

Triadic Colors of #865ff1

#865ff1 #f1865f #5ff186

Analogous Colors of #865ff1

#865ff1 #cf5ff1 #5f81f1

Monochromatic Colors of #865ff1

#865ff1

Complementary Color

#865ff1 #caf15f

#865ff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865ff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865ff1 Color CSS Codes

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

#865ff1 Text Font Color

<p style="color:#865ff1">Text here</p>

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


#865ff1 Background Color

<div style="background-color:#865ff1">
Div content here</div>

This div background color is #865ff1


#865ff1 Border Color

<div style="border:3px solid #865ff1">
Div here</div>

This div border color is #865ff1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,95,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #865ff1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #865ff1;
  -webkit-box-shadow: 1px 1px 3px 2px #865ff1;
  box-shadow:         1px 1px 3px 2px #865ff1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,95,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865ff1


Comments

No comments written yet.

Please login to write comment.