Color Hex Logo

#8273ef Color Hex

#8273EF
(130,115,239)
0 Favorites   0 Comments

Color spaces of #8273ef

RGB 130115239
HSL0.690.790.69
HSV247°52°94°
CMYK 0.460.520.00   0.06
XYZ30.916623.239384.5175
Yxy23.23930.22290.1676
Hunter Lab48.207230.1145-70.2031
CIE-Lab55.318036.4598-60.8436

#8273ef color RGB value is (130,115,239).

#8273ef hex color red value is 130, green value is 115 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8273ef hue: 0.69 , saturation: 0.79 and the lightness value of 8273ef is 0.69.

The process color (four color CMYK) of #8273ef color hex is 0.46, 0.52, 0.00, 0.06. Web safe color of #8273ef is #9966ff. Color #8273ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 11101111
Octal 202 163 357
Decimal 130 115 239
Hex 82 73 EF

RGB Percentages of Color #8273ef

%26.86
%23.76
%49.38

CMYK Percentages of Color #8273ef

%46
%52
%0
%6

Triadic Colors of #8273ef

#8273ef #ef8273 #73ef82

Analogous Colors of #8273ef

#8273ef #c073ef #73a2ef

Monochromatic Colors of #8273ef

#8273ef

Complementary Color

#8273ef #e0ef73

#8273ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8273ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8273ef Color CSS Codes

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

#8273ef Text Font Color

<p style="color:#8273ef">Text here</p>

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


#8273ef Background Color

<div style="background-color:#8273ef">
Div content here</div>

This div background color is #8273ef


#8273ef Border Color

<div style="border:3px solid #8273ef">
Div here</div>

This div border color is #8273ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,115,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8273ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8273ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8273ef;
  box-shadow:         1px 1px 3px 2px #8273ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,115,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8273ef


Comments

No comments written yet.

Please login to write comment.