Color Hex Logo

#874ceb Color Hex

#874CEB
(135,76,235)
0 Favorites   0 Comments

Color spaces of #874ceb

RGB 13576235
HSL0.730.800.61
HSV262°68°92°
CMYK 0.430.680.00   0.08
XYZ27.571516.317980.2938
Yxy16.31790.22200.1314
Hunter Lab40.395451.1414-89.5737
CIE-Lab47.388857.7591-71.4002

#874ceb color RGB value is (135,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001100 11101011
Octal 207 114 353
Decimal 135 76 235
Hex 87 4C EB

RGB Percentages of Color #874ceb

%30.27
%17.04
%52.69

CMYK Percentages of Color #874ceb

%43
%68
%0
%8

Triadic Colors of #874ceb

#874ceb #eb874c #4ceb87

Analogous Colors of #874ceb

#874ceb #d74ceb #4c60eb

Monochromatic Colors of #874ceb

#874ceb

Complementary Color

#874ceb #b0eb4c

#874ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#874ceb Color CSS Codes

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

#874ceb Text Font Color

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

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


#874ceb Background Color

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

This div background color is #874ceb


#874ceb Border Color

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

This div border color is #874ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,76,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 #874ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874ceb


Comments

No comments written yet.

Please login to write comment.