Color Hex Logo

#873dee Color Hex

#873DEE
(135,61,238)
0 Favorites   0 Comments

Color spaces of #873dee

RGB 13561238
HSL0.740.840.59
HSV265°74°93°
CMYK 0.430.740.00   0.07
XYZ27.093014.661482.2909
Yxy14.66140.21840.1182
Hunter Lab38.290259.2934-100.6192
CIE-Lab45.166965.4104-76.7170

#873dee color RGB value is (135,61,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111101 11101110
Octal 207 75 356
Decimal 135 61 238
Hex 87 3D EE

RGB Percentages of Color #873dee

%31.11
%14.06
%54.84

CMYK Percentages of Color #873dee

%43
%74
%0
%7

Triadic Colors of #873dee

#873dee #ee873d #3dee87

Analogous Colors of #873dee

#873dee #e03dee #3d4cee

Monochromatic Colors of #873dee

#873dee

Complementary Color

#873dee #a4ee3d

#873dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#873dee Color CSS Codes

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

#873dee Text Font Color

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

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


#873dee Background Color

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

This div background color is #873dee


#873dee Border Color

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

This div border color is #873dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873dee


Comments

No comments written yet.

Please login to write comment.