Color Hex Logo

#873fee Color Hex

#873FEE
(135,63,238)
0 Favorites   0 Comments

Color spaces of #873fee

RGB 13563238
HSL0.740.840.59
HSV265°74°93°
CMYK 0.430.740.00   0.07
XYZ27.201814.879082.3272
Yxy14.87900.21860.1196
Hunter Lab38.573358.3745-99.5416
CIE-Lab45.468064.5524-76.2246

#873fee color RGB value is (135,63,238).

#873fee hex color red value is 135, green value is 63 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #873fee hue: 0.74 , saturation: 0.84 and the lightness value of 873fee is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111111 11101110
Octal 207 77 356
Decimal 135 63 238
Hex 87 3F EE

RGB Percentages of Color #873fee

%30.96
%14.45
%54.59

CMYK Percentages of Color #873fee

%43
%74
%0
%7

Triadic Colors of #873fee

#873fee #ee873f #3fee87

Analogous Colors of #873fee

#873fee #df3fee #3f4fee

Monochromatic Colors of #873fee

#873fee

Complementary Color

#873fee #a6ee3f

#873fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#873fee Color CSS Codes

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

#873fee Text Font Color

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

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


#873fee Background Color

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

This div background color is #873fee


#873fee Border Color

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

This div border color is #873fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873fee


Comments

No comments written yet.

Please login to write comment.