Color Hex Logo

#874fcb Color Hex

#874FCB
(135,79,203)
0 Favorites   0 Comments

Color spaces of #874fcb

RGB 13579203
HSL0.740.540.55
HSV267°61°80°
CMYK 0.330.610.00   0.20
XYZ23.567115.054758.1636
Yxy15.05470.24350.1555
Hunter Lab38.800440.5191-61.7182
CIE-Lab45.709048.1306-55.8834

#874fcb color RGB value is (135,79,203).

#874fcb hex color red value is 135, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #874fcb hue: 0.74 , saturation: 0.54 and the lightness value of 874fcb is 0.55.

The process color (four color CMYK) of #874fcb color hex is 0.33, 0.61, 0.00, 0.20. Web safe color of #874fcb is #9966cc. Color #874fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001111 11001011
Octal 207 117 313
Decimal 135 79 203
Hex 87 4F CB

RGB Percentages of Color #874fcb

%32.37
%18.94
%48.68

CMYK Percentages of Color #874fcb

%33
%61
%0
%20

Triadic Colors of #874fcb

#874fcb #cb874f #4fcb87

Analogous Colors of #874fcb

#874fcb #c54fcb #4f55cb

Monochromatic Colors of #874fcb

#874fcb

Complementary Color

#874fcb #93cb4f

#874fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#874fcb Color CSS Codes

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

#874fcb Text Font Color

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

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


#874fcb Background Color

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

This div background color is #874fcb


#874fcb Border Color

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

This div border color is #874fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874fcb


Comments

No comments written yet.

Please login to write comment.