Color Hex Logo

#873dca Color Hex

#873DCA
(135,61,202)
0 Favorites   0 Comments

Color spaces of #873dca

RGB 13561202
HSL0.750.570.52
HSV271°70°79°
CMYK 0.330.700.00   0.21
XYZ22.321112.752757.1622
Yxy12.75270.24200.1383
Hunter Lab35.710949.0772-69.9074
CIE-Lab42.388256.8080-60.6722

#873dca color RGB value is (135,61,202).

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

The process color (four color CMYK) of #873dca color hex is 0.33, 0.70, 0.00, 0.21. Web safe color of #873dca is #9933cc. Color #873dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111101 11001010
Octal 207 75 312
Decimal 135 61 202
Hex 87 3D CA

RGB Percentages of Color #873dca

%33.92
%15.33
%50.75

CMYK Percentages of Color #873dca

%33
%70
%0
%21

Triadic Colors of #873dca

#873dca #ca873d #3dca87

Analogous Colors of #873dca

#873dca #ca3dc7 #413dca

Monochromatic Colors of #873dca

#873dca

Complementary Color

#873dca #80ca3d

#873dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#873dca Color CSS Codes

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

#873dca Text Font Color

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

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


#873dca Background Color

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

This div background color is #873dca


#873dca Border Color

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

This div border color is #873dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873dca


Comments

No comments written yet.

Please login to write comment.