Color Hex Logo

#875fee Color Hex

#875FEE
(135,95,238)
0 Favorites   0 Comments

Color spaces of #875fee

RGB 13595238
HSL0.710.810.65
HSV257°60°93°
CMYK 0.430.600.00   0.07
XYZ29.516519.508483.0987
Yxy19.50840.22340.1477
Hunter Lab44.168341.9922-80.6310
CIE-Lab51.276848.6075-66.7769

#875fee color RGB value is (135,95,238).

#875fee hex color red value is 135, green value is 95 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #875fee hue: 0.71 , saturation: 0.81 and the lightness value of 875fee is 0.65.

The process color (four color CMYK) of #875fee color hex is 0.43, 0.60, 0.00, 0.07. Web safe color of #875fee is #9966ff. Color #875fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011111 11101110
Octal 207 137 356
Decimal 135 95 238
Hex 87 5F EE

RGB Percentages of Color #875fee

%28.85
%20.30
%50.85

CMYK Percentages of Color #875fee

%43
%60
%0
%7

Triadic Colors of #875fee

#875fee #ee875f #5fee87

Analogous Colors of #875fee

#875fee #cf5fee #5f7fee

Monochromatic Colors of #875fee

#875fee

Complementary Color

#875fee #c6ee5f

#875fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#875fee Color CSS Codes

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

#875fee Text Font Color

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

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


#875fee Background Color

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

This div background color is #875fee


#875fee Border Color

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

This div border color is #875fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875fee


Comments

No comments written yet.

Please login to write comment.