Color Hex Logo

#807bff Color Hex

#807BFF
(128,123,255)
0 Favorites   0 Comments

Color spaces of #807bff

RGB 128123255
HSL0.671.000.74
HSV242°52°100°
CMYK 0.500.520.00   0.00
XYZ34.035025.975197.8276
Yxy25.97510.21560.1646
Hunter Lab50.965830.0124-78.1297
CIE-Lab58.013436.0345-65.3787

#807bff color RGB value is (128,123,255).

#807bff hex color red value is 128, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #807bff hue: 0.67 , saturation: 1.00 and the lightness value of 807bff is 0.74.

The process color (four color CMYK) of #807bff color hex is 0.50, 0.52, 0.00, 0.00. Web safe color of #807bff is #9966ff. Color #807bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111011 11111111
Octal 200 173 377
Decimal 128 123 255
Hex 80 7B FF

RGB Percentages of Color #807bff

%25.30
%24.31
%50.40

CMYK Percentages of Color #807bff

%50
%52
%0
%0

Triadic Colors of #807bff

#807bff #ff807b #7bff80

Analogous Colors of #807bff

#807bff #c27bff #7bb8ff

Monochromatic Colors of #807bff

#807bff

Complementary Color

#807bff #faff7b

#807bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#807bff Color CSS Codes

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

#807bff Text Font Color

<p style="color:#807bff">Text here</p>

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


#807bff Background Color

<div style="background-color:#807bff">
Div content here</div>

This div background color is #807bff


#807bff Border Color

<div style="border:3px solid #807bff">
Div here</div>

This div border color is #807bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,123,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807bff;
  -webkit-box-shadow: 1px 1px 3px 2px #807bff;
  box-shadow:         1px 1px 3px 2px #807bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,123,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807bff

Related Colors


Comments

No comments written yet.

Please login to write comment.