Color Hex Logo

#865fdc Color Hex

#865FDC
(134,95,220)
0 Favorites   0 Comments

Color spaces of #865fdc

RGB 13495220
HSL0.720.640.62
HSV259°57°86°
CMYK 0.390.570.00   0.14
XYZ26.842018.420169.8508
Yxy18.42010.23320.1600
Hunter Lab42.918636.5291-66.4524
CIE-Lab50.001743.5513-58.6952

#865fdc color RGB value is (134,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 11011100
Octal 206 137 334
Decimal 134 95 220
Hex 86 5F DC

RGB Percentages of Color #865fdc

%29.84
%21.16
%49.00

CMYK Percentages of Color #865fdc

%39
%57
%0
%14

Triadic Colors of #865fdc

#865fdc #dc865f #5fdc86

Analogous Colors of #865fdc

#865fdc #c55fdc #5f77dc

Monochromatic Colors of #865fdc

#865fdc

Complementary Color

#865fdc #b5dc5f

#865fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#865fdc Color CSS Codes

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

#865fdc Text Font Color

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

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


#865fdc Background Color

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

This div background color is #865fdc


#865fdc Border Color

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

This div border color is #865fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865fdc


Comments

No comments written yet.

Please login to write comment.