Color Hex Logo

#873ccf Color Hex

#873CCF
(135,60,207)
0 Favorites   0 Comments

Color spaces of #873ccf

RGB 13560207
HSL0.750.600.52
HSV271°71°81°
CMYK 0.350.710.00   0.19
XYZ22.870012.887660.3137
Yxy12.88760.23810.1341
Hunter Lab35.899350.8914-74.4824
CIE-Lab42.593458.4319-63.2307

#873ccf color RGB value is (135,60,207).

#873ccf hex color red value is 135, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #873ccf hue: 0.75 , saturation: 0.60 and the lightness value of 873ccf is 0.52.

The process color (four color CMYK) of #873ccf color hex is 0.35, 0.71, 0.00, 0.19. Web safe color of #873ccf is #9933cc. Color #873ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111100 11001111
Octal 207 74 317
Decimal 135 60 207
Hex 87 3C CF

RGB Percentages of Color #873ccf

%33.58
%14.93
%51.49

CMYK Percentages of Color #873ccf

%35
%71
%0
%19

Triadic Colors of #873ccf

#873ccf #cf873c #3ccf87

Analogous Colors of #873ccf

#873ccf #cf3cce #3d3ccf

Monochromatic Colors of #873ccf

#873ccf

Complementary Color

#873ccf #84cf3c

#873ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#873ccf Color CSS Codes

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

#873ccf Text Font Color

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

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


#873ccf Background Color

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

This div background color is #873ccf


#873ccf Border Color

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

This div border color is #873ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873ccf


Comments

No comments written yet.

Please login to write comment.