Color Hex Logo

#874bfc Color Hex

#874BFC
(135,75,252)
0 Favorites   0 Comments

Color spaces of #874bfc

RGB 13575252
HSL0.720.970.64
HSV260°70°99°
CMYK 0.460.700.00   0.01
XYZ30.078417.211393.8323
Yxy17.21130.21310.1220
Hunter Lab41.486556.8141-105.0589
CIE-Lab48.525262.6030-79.0739

#874bfc color RGB value is (135,75,252).

#874bfc hex color red value is 135, green value is 75 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #874bfc hue: 0.72 , saturation: 0.97 and the lightness value of 874bfc is 0.64.

The process color (four color CMYK) of #874bfc color hex is 0.46, 0.70, 0.00, 0.01. Web safe color of #874bfc is #9933ff. Color #874bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001011 11111100
Octal 207 113 374
Decimal 135 75 252
Hex 87 4B FC

RGB Percentages of Color #874bfc

%29.22
%16.23
%54.55

CMYK Percentages of Color #874bfc

%46
%70
%0
%1

Triadic Colors of #874bfc

#874bfc #fc874b #4bfc87

Analogous Colors of #874bfc

#874bfc #e04bfc #4b68fc

Monochromatic Colors of #874bfc

#874bfc

Complementary Color

#874bfc #c0fc4b

#874bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#874bfc Color CSS Codes

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

#874bfc Text Font Color

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

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


#874bfc Background Color

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

This div background color is #874bfc


#874bfc Border Color

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

This div border color is #874bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874bfc


Comments

No comments written yet.

Please login to write comment.