Color Hex Logo

#8267ce Color Hex

#8267CE
(130,103,206)
0 Favorites   0 Comments

Color spaces of #8267ce

RGB 130103206
HSL0.710.510.61
HSV256°50°81°
CMYK 0.370.500.00   0.19
XYZ25.196718.902660.7131
Yxy18.90260.24040.1803
Hunter Lab43.477127.3628-52.3608
CIE-Lab50.573134.2444-49.8344

#8267ce color RGB value is (130,103,206).

#8267ce hex color red value is 130, green value is 103 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8267ce hue: 0.71 , saturation: 0.51 and the lightness value of 8267ce is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100111 11001110
Octal 202 147 316
Decimal 130 103 206
Hex 82 67 CE

RGB Percentages of Color #8267ce

%29.61
%23.46
%46.92

CMYK Percentages of Color #8267ce

%37
%50
%0
%19

Triadic Colors of #8267ce

#8267ce #ce8267 #67ce82

Analogous Colors of #8267ce

#8267ce #b667ce #6780ce

Monochromatic Colors of #8267ce

#8267ce

Complementary Color

#8267ce #b3ce67

#8267ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8267ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8267ce Color CSS Codes

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

#8267ce Text Font Color

<p style="color:#8267ce">Text here</p>

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


#8267ce Background Color

<div style="background-color:#8267ce">
Div content here</div>

This div background color is #8267ce


#8267ce Border Color

<div style="border:3px solid #8267ce">
Div here</div>

This div border color is #8267ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,103,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8267ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8267ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8267ce;
  box-shadow:         1px 1px 3px 2px #8267ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8267ce


Comments

No comments written yet.

Please login to write comment.