Color Hex Logo

#8272de Color Hex

#8272DE
(130,114,222)
0 Favorites   0 Comments

Color spaces of #8272de

RGB 130114222
HSL0.690.620.66
HSV249°49°87°
CMYK 0.410.490.00   0.13
XYZ28.408122.054471.8669
Yxy22.05440.23220.1803
Hunter Lab46.962125.7937-57.8590
CIE-Lab54.084732.2121-53.2994

#8272de color RGB value is (130,114,222).

#8272de hex color red value is 130, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8272de hue: 0.69 , saturation: 0.62 and the lightness value of 8272de is 0.66.

The process color (four color CMYK) of #8272de color hex is 0.41, 0.49, 0.00, 0.13. Web safe color of #8272de is #9966cc. Color #8272de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110010 11011110
Octal 202 162 336
Decimal 130 114 222
Hex 82 72 DE

RGB Percentages of Color #8272de

%27.90
%24.46
%47.64

CMYK Percentages of Color #8272de

%41
%49
%0
%13

Triadic Colors of #8272de

#8272de #de8272 #72de82

Analogous Colors of #8272de

#8272de #b872de #7298de

Monochromatic Colors of #8272de

#8272de

Complementary Color

#8272de #cede72

#8272de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8272de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8272de Color CSS Codes

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

#8272de Text Font Color

<p style="color:#8272de">Text here</p>

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


#8272de Background Color

<div style="background-color:#8272de">
Div content here</div>

This div background color is #8272de


#8272de Border Color

<div style="border:3px solid #8272de">
Div here</div>

This div border color is #8272de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,114,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8272de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8272de;
  -webkit-box-shadow: 1px 1px 3px 2px #8272de;
  box-shadow:         1px 1px 3px 2px #8272de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8272de


Comments

No comments written yet.

Please login to write comment.