Color Hex Logo

#8299fd Color Hex

#8299FD
(130,153,253)
0 Favorites   0 Comments

Color spaces of #8299fd

RGB 130153253
HSL0.640.970.75
HSV229°49°99°
CMYK 0.490.400.00   0.01
XYZ38.326834.620197.5908
Yxy34.62010.22470.2030
Hunter Lab58.838813.3044-57.1519
CIE-Lab65.451818.3099-52.3981

#8299fd color RGB value is (130,153,253).

#8299fd hex color red value is 130, green value is 153 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8299fd hue: 0.64 , saturation: 0.97 and the lightness value of 8299fd is 0.75.

The process color (four color CMYK) of #8299fd color hex is 0.49, 0.40, 0.00, 0.01. Web safe color of #8299fd is #9999ff. Color #8299fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011001 11111101
Octal 202 231 375
Decimal 130 153 253
Hex 82 99 FD

RGB Percentages of Color #8299fd

%24.25
%28.54
%47.20

CMYK Percentages of Color #8299fd

%49
%40
%0
%1

Triadic Colors of #8299fd

#8299fd #fd8299 #99fd82

Analogous Colors of #8299fd

#8299fd #a982fd #82d7fd

Monochromatic Colors of #8299fd

#8299fd

Complementary Color

#8299fd #fde682

#8299fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8299fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8299fd Color CSS Codes

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

#8299fd Text Font Color

<p style="color:#8299fd">Text here</p>

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


#8299fd Background Color

<div style="background-color:#8299fd">
Div content here</div>

This div background color is #8299fd


#8299fd Border Color

<div style="border:3px solid #8299fd">
Div here</div>

This div border color is #8299fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,153,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8299fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8299fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8299fd;
  box-shadow:         1px 1px 3px 2px #8299fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,153,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 #8299fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8299fd


Comments

No comments written yet.

Please login to write comment.