Color Hex Logo

#8270cf Color Hex

#8270CF
(130,112,207)
0 Favorites   0 Comments

Color spaces of #8270cf

RGB 130112207
HSL0.700.500.63
HSV251°46°81°
CMYK 0.370.460.00   0.19
XYZ26.262620.839261.6697
Yxy20.83920.24140.1916
Hunter Lab45.650022.8043-48.1414
CIE-Lab52.773129.2284-46.9013

#8270cf color RGB value is (130,112,207).

#8270cf hex color red value is 130, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8270cf hue: 0.70 , saturation: 0.50 and the lightness value of 8270cf is 0.63.

The process color (four color CMYK) of #8270cf color hex is 0.37, 0.46, 0.00, 0.19. Web safe color of #8270cf is #9966cc. Color #8270cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110000 11001111
Octal 202 160 317
Decimal 130 112 207
Hex 82 70 CF

RGB Percentages of Color #8270cf

%28.95
%24.94
%46.10

CMYK Percentages of Color #8270cf

%37
%46
%0
%19

Triadic Colors of #8270cf

#8270cf #cf8270 #70cf82

Analogous Colors of #8270cf

#8270cf #b270cf #708ecf

Monochromatic Colors of #8270cf

#8270cf

Complementary Color

#8270cf #bdcf70

#8270cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8270cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8270cf Color CSS Codes

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

#8270cf Text Font Color

<p style="color:#8270cf">Text here</p>

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


#8270cf Background Color

<div style="background-color:#8270cf">
Div content here</div>

This div background color is #8270cf


#8270cf Border Color

<div style="border:3px solid #8270cf">
Div here</div>

This div border color is #8270cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,112,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8270cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8270cf;
  -webkit-box-shadow: 1px 1px 3px 2px #8270cf;
  box-shadow:         1px 1px 3px 2px #8270cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8270cf


Comments

No comments written yet.

Please login to write comment.