Color Hex Logo

#875cff Color Hex

#875CFF
(135,92,255)
0 Favorites   0 Comments

Color spaces of #875cff

RGB 13592255
HSL0.711.000.68
HSV256°64°100°
CMYK 0.470.640.00   0.00
XYZ31.868820.025296.7933
Yxy20.02520.21430.1347
Hunter Lab44.749548.8088-96.9197
CIE-Lab51.865754.8349-75.2957

#875cff color RGB value is (135,92,255).

#875cff hex color red value is 135, green value is 92 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #875cff hue: 0.71 , saturation: 1.00 and the lightness value of 875cff is 0.68.

The process color (four color CMYK) of #875cff color hex is 0.47, 0.64, 0.00, 0.00. Web safe color of #875cff is #9966ff. Color #875cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011100 11111111
Octal 207 134 377
Decimal 135 92 255
Hex 87 5C FF

RGB Percentages of Color #875cff

%28.01
%19.09
%52.90

CMYK Percentages of Color #875cff

%47
%64
%0
%0

Triadic Colors of #875cff

#875cff #ff875c #5cff87

Analogous Colors of #875cff

#875cff #d95cff #5c83ff

Monochromatic Colors of #875cff

#875cff

Complementary Color

#875cff #d4ff5c

#875cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#875cff Color CSS Codes

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

#875cff Text Font Color

<p style="color:#875cff">Text here</p>

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


#875cff Background Color

<div style="background-color:#875cff">
Div content here</div>

This div background color is #875cff


#875cff Border Color

<div style="border:3px solid #875cff">
Div here</div>

This div border color is #875cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,92,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875cff;
  -webkit-box-shadow: 1px 1px 3px 2px #875cff;
  box-shadow:         1px 1px 3px 2px #875cff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875cff


Comments

No comments written yet.

Please login to write comment.