Color Hex Logo

#8274ec Color Hex

#8274EC
(130,116,236)
0 Favorites   0 Comments

Color spaces of #8274ec

RGB 130116236
HSL0.690.760.69
HSV247°51°93°
CMYK 0.450.510.00   0.07
XYZ30.591623.292782.2405
Yxy23.29270.22470.1711
Hunter Lab48.262528.6843-67.2479
CIE-Lab55.372635.0153-59.0838

#8274ec color RGB value is (130,116,236).

#8274ec hex color red value is 130, green value is 116 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8274ec hue: 0.69 , saturation: 0.76 and the lightness value of 8274ec is 0.69.

The process color (four color CMYK) of #8274ec color hex is 0.45, 0.51, 0.00, 0.07. Web safe color of #8274ec is #9966ff. Color #8274ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110100 11101100
Octal 202 164 354
Decimal 130 116 236
Hex 82 74 EC

RGB Percentages of Color #8274ec

%26.97
%24.07
%48.96

CMYK Percentages of Color #8274ec

%45
%51
%0
%7

Triadic Colors of #8274ec

#8274ec #ec8274 #74ec82

Analogous Colors of #8274ec

#8274ec #be74ec #74a2ec

Monochromatic Colors of #8274ec

#8274ec

Complementary Color

#8274ec #deec74

#8274ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8274ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8274ec Color CSS Codes

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

#8274ec Text Font Color

<p style="color:#8274ec">Text here</p>

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


#8274ec Background Color

<div style="background-color:#8274ec">
Div content here</div>

This div background color is #8274ec


#8274ec Border Color

<div style="border:3px solid #8274ec">
Div here</div>

This div border color is #8274ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,116,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8274ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8274ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8274ec;
  box-shadow:         1px 1px 3px 2px #8274ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8274ec


Comments

No comments written yet.

Please login to write comment.