Color Hex Logo

#865fdf Color Hex

#865FDF
(134,95,223)
0 Favorites   0 Comments

Color spaces of #865fdf

RGB 13495223
HSL0.720.670.62
HSV258°57°87°
CMYK 0.400.570.00   0.13
XYZ27.243018.580571.9626
Yxy18.58050.23130.1577
Hunter Lab43.105137.3804-68.8092
CIE-Lab50.192844.3534-60.0869

#865fdf color RGB value is (134,95,223).

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

The process color (four color CMYK) of #865fdf color hex is 0.40, 0.57, 0.00, 0.13. Web safe color of #865fdf is #9966cc. Color #865fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 11011111
Octal 206 137 337
Decimal 134 95 223
Hex 86 5F DF

RGB Percentages of Color #865fdf

%29.65
%21.02
%49.34

CMYK Percentages of Color #865fdf

%40
%57
%0
%13

Triadic Colors of #865fdf

#865fdf #df865f #5fdf86

Analogous Colors of #865fdf

#865fdf #c65fdf #5f78df

Monochromatic Colors of #865fdf

#865fdf

Complementary Color

#865fdf #b8df5f

#865fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#865fdf Color CSS Codes

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

#865fdf Text Font Color

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

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


#865fdf Background Color

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

This div background color is #865fdf


#865fdf Border Color

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

This div border color is #865fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865fdf


Comments

No comments written yet.

Please login to write comment.