Color Hex Logo

#8263ff Color Hex

#8263FF
(130,99,255)
0 Favorites   0 Comments

Color spaces of #8263ff

RGB 13099255
HSL0.701.000.69
HSV252°61°100°
CMYK 0.490.610.00   0.00
XYZ31.717820.889596.9681
Yxy20.88950.21210.1397
Hunter Lab45.705043.8894-93.7965
CIE-Lab52.828350.1360-73.7516

#8263ff color RGB value is (130,99,255).

#8263ff hex color red value is 130, green value is 99 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8263ff hue: 0.70 , saturation: 1.00 and the lightness value of 8263ff is 0.69.

The process color (four color CMYK) of #8263ff color hex is 0.49, 0.61, 0.00, 0.00. Web safe color of #8263ff is #9966ff. Color #8263ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100011 11111111
Octal 202 143 377
Decimal 130 99 255
Hex 82 63 FF

RGB Percentages of Color #8263ff

%26.86
%20.45
%52.69

CMYK Percentages of Color #8263ff

%49
%61
%0
%0

Triadic Colors of #8263ff

#8263ff #ff8263 #63ff82

Analogous Colors of #8263ff

#8263ff #d063ff #6392ff

Monochromatic Colors of #8263ff

#8263ff

Complementary Color

#8263ff #e0ff63

#8263ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8263ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8263ff Color CSS Codes

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

#8263ff Text Font Color

<p style="color:#8263ff">Text here</p>

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


#8263ff Background Color

<div style="background-color:#8263ff">
Div content here</div>

This div background color is #8263ff


#8263ff Border Color

<div style="border:3px solid #8263ff">
Div here</div>

This div border color is #8263ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,99,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8263ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8263ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8263ff;
  box-shadow:         1px 1px 3px 2px #8263ff; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8263ff

Related Colors


Comments

No comments written yet.

Please login to write comment.