Color Hex Logo

#874efd Color Hex

#874EFD
(135,78,253)
0 Favorites   0 Comments

Color spaces of #874efd

RGB 13578253
HSL0.720.980.65
HSV260°69°99°
CMYK 0.470.690.00   0.01
XYZ30.445717.691594.7386
Yxy17.69150.21310.1238
Hunter Lab42.061355.5985-104.1016
CIE-Lab49.119861.4214-78.6596

#874efd color RGB value is (135,78,253).

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

The process color (four color CMYK) of #874efd color hex is 0.47, 0.69, 0.00, 0.01. Web safe color of #874efd is #9966ff. Color #874efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001110 11111101
Octal 207 116 375
Decimal 135 78 253
Hex 87 4E FD

RGB Percentages of Color #874efd

%28.97
%16.74
%54.29

CMYK Percentages of Color #874efd

%47
%69
%0
%1

Triadic Colors of #874efd

#874efd #fd874e #4efd87

Analogous Colors of #874efd

#874efd #df4efd #4e6dfd

Monochromatic Colors of #874efd

#874efd

Complementary Color

#874efd #c4fd4e

#874efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#874efd Color CSS Codes

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

#874efd Text Font Color

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

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


#874efd Background Color

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

This div background color is #874efd


#874efd Border Color

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

This div border color is #874efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874efd


Comments

No comments written yet.

Please login to write comment.