Color Hex Logo

#865fda Color Hex

#865FDA
(134,95,218)
0 Favorites   0 Comments

Color spaces of #865fda

RGB 13495218
HSL0.720.620.61
HSV259°56°85°
CMYK 0.390.560.00   0.15
XYZ26.578618.314768.4639
Yxy18.31470.23450.1616
Hunter Lab42.795735.9664-64.8943
CIE-Lab49.875643.0184-57.7634

#865fda color RGB value is (134,95,218).

#865fda hex color red value is 134, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #865fda hue: 0.72 , saturation: 0.62 and the lightness value of 865fda is 0.61.

The process color (four color CMYK) of #865fda color hex is 0.39, 0.56, 0.00, 0.15. Web safe color of #865fda is #9966cc. Color #865fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 11011010
Octal 206 137 332
Decimal 134 95 218
Hex 86 5F DA

RGB Percentages of Color #865fda

%29.98
%21.25
%48.77

CMYK Percentages of Color #865fda

%39
%56
%0
%15

Triadic Colors of #865fda

#865fda #da865f #5fda86

Analogous Colors of #865fda

#865fda #c45fda #5f76da

Monochromatic Colors of #865fda

#865fda

Complementary Color

#865fda #b3da5f

#865fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#865fda Color CSS Codes

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

#865fda Text Font Color

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

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


#865fda Background Color

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

This div background color is #865fda


#865fda Border Color

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

This div border color is #865fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865fda


Comments

No comments written yet.

Please login to write comment.