Color Hex Logo

#874aff Color Hex

#874AFF
(135,74,255)
0 Favorites   0 Comments

Color spaces of #874aff

RGB 13574255
HSL0.721.000.65
HSV260°71°100°
CMYK 0.470.710.00   0.00
XYZ30.490517.268596.3339
Yxy17.26850.21160.1198
Hunter Lab41.555458.2492-108.3576
CIE-Lab48.596663.8443-80.6274

#874aff color RGB value is (135,74,255).

#874aff hex color red value is 135, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #874aff hue: 0.72 , saturation: 1.00 and the lightness value of 874aff is 0.65.

The process color (four color CMYK) of #874aff color hex is 0.47, 0.71, 0.00, 0.00. Web safe color of #874aff is #9933ff. Color #874aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 11111111
Octal 207 112 377
Decimal 135 74 255
Hex 87 4A FF

RGB Percentages of Color #874aff

%29.09
%15.95
%54.96

CMYK Percentages of Color #874aff

%47
%71
%0
%0

Triadic Colors of #874aff

#874aff #ff874a #4aff87

Analogous Colors of #874aff

#874aff #e24aff #4a68ff

Monochromatic Colors of #874aff

#874aff

Complementary Color

#874aff #c2ff4a

#874aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#874aff Color CSS Codes

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

#874aff Text Font Color

<p style="color:#874aff">Text here</p>

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


#874aff Background Color

<div style="background-color:#874aff">
Div content here</div>

This div background color is #874aff


#874aff Border Color

<div style="border:3px solid #874aff">
Div here</div>

This div border color is #874aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,74,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874aff;
  -webkit-box-shadow: 1px 1px 3px 2px #874aff;
  box-shadow:         1px 1px 3px 2px #874aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,74,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874aff


Comments

No comments written yet.

Please login to write comment.