Color Hex Logo

#807bfd Color Hex

#807BFD
(128,123,253)
0 Favorites   0 Comments

Color spaces of #807bfd

RGB 128123253
HSL0.670.970.74
HSV242°51°99°
CMYK 0.490.510.00   0.01
XYZ33.714725.847096.1405
Yxy25.84700.21650.1660
Hunter Lab50.839929.4030-76.5320
CIE-Lab57.891535.4425-64.4730

#807bfd color RGB value is (128,123,253).

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

The process color (four color CMYK) of #807bfd color hex is 0.49, 0.51, 0.00, 0.01. Web safe color of #807bfd is #9966ff. Color #807bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111011 11111101
Octal 200 173 375
Decimal 128 123 253
Hex 80 7B FD

RGB Percentages of Color #807bfd

%25.40
%24.40
%50.20

CMYK Percentages of Color #807bfd

%49
%51
%0
%1

Triadic Colors of #807bfd

#807bfd #fd807b #7bfd80

Analogous Colors of #807bfd

#807bfd #c17bfd #7bb7fd

Monochromatic Colors of #807bfd

#807bfd

Complementary Color

#807bfd #f8fd7b

#807bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#807bfd Color CSS Codes

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

#807bfd Text Font Color

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

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


#807bfd Background Color

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

This div background color is #807bfd


#807bfd Border Color

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

This div border color is #807bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.