Color Hex Logo

#865bbc Color Hex

#865BBC
(134,91,188)
0 Favorites   0 Comments

Color spaces of #865bbc

RGB 13491188
HSL0.740.420.55
HSV267°52°74°
CMYK 0.290.520.00   0.26
XYZ22.649716.181349.5065
Yxy16.18130.25640.1832
Hunter Lab40.226030.1110-44.8106
CIE-Lab47.211537.5247-44.8057

#865bbc color RGB value is (134,91,188).

#865bbc hex color red value is 134, green value is 91 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #865bbc hue: 0.74 , saturation: 0.42 and the lightness value of 865bbc is 0.55.

The process color (four color CMYK) of #865bbc color hex is 0.29, 0.52, 0.00, 0.26. Web safe color of #865bbc is #9966cc. Color #865bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011011 10111100
Octal 206 133 274
Decimal 134 91 188
Hex 86 5B BC

RGB Percentages of Color #865bbc

%32.45
%22.03
%45.52

CMYK Percentages of Color #865bbc

%29
%52
%0
%26

Triadic Colors of #865bbc

#865bbc #bc865b #5bbc86

Analogous Colors of #865bbc

#865bbc #b75bbc #5b60bc

Monochromatic Colors of #865bbc

#865bbc

Complementary Color

#865bbc #91bc5b

#865bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#865bbc Color CSS Codes

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

#865bbc Text Font Color

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

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


#865bbc Background Color

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

This div background color is #865bbc


#865bbc Border Color

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

This div border color is #865bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865bbc


Comments

No comments written yet.

Please login to write comment.