Color Hex Logo

#874beb Color Hex

#874BEB
(135,75,235)
0 Favorites   0 Comments

Color spaces of #874beb

RGB 13575235
HSL0.730.800.61
HSV263°68°92°
CMYK 0.430.680.00   0.08
XYZ27.503116.181280.2710
Yxy16.18120.22190.1305
Hunter Lab40.225951.6482-90.1555
CIE-Lab47.211358.2502-71.6892

#874beb color RGB value is (135,75,235).

#874beb hex color red value is 135, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #874beb hue: 0.73 , saturation: 0.80 and the lightness value of 874beb is 0.61.

The process color (four color CMYK) of #874beb color hex is 0.43, 0.68, 0.00, 0.08. Web safe color of #874beb is #9933ff. Color #874beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001011 11101011
Octal 207 113 353
Decimal 135 75 235
Hex 87 4B EB

RGB Percentages of Color #874beb

%30.34
%16.85
%52.81

CMYK Percentages of Color #874beb

%43
%68
%0
%8

Triadic Colors of #874beb

#874beb #eb874b #4beb87

Analogous Colors of #874beb

#874beb #d74beb #4b5feb

Monochromatic Colors of #874beb

#874beb

Complementary Color

#874beb #afeb4b

#874beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#874beb Color CSS Codes

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

#874beb Text Font Color

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

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


#874beb Background Color

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

This div background color is #874beb


#874beb Border Color

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

This div border color is #874beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874beb


Comments

No comments written yet.

Please login to write comment.