Color Hex Logo

#7871ca Color Hex

#7871CA
(120,113,202)
0 Favorites   0 Comments

Color spaces of #7871ca

RGB 120113202
HSL0.680.460.62
HSV245°44°79°
CMYK 0.410.440.00   0.21
XYZ24.311520.067658.4692
Yxy20.06760.23640.1951
Hunter Lab44.796918.4784-46.0279
CIE-Lab51.913624.6600-45.4697

#7871ca color RGB value is (120,113,202).

#7871ca hex color red value is 120, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7871ca hue: 0.68 , saturation: 0.46 and the lightness value of 7871ca is 0.62.

The process color (four color CMYK) of #7871ca color hex is 0.41, 0.44, 0.00, 0.21. Web safe color of #7871ca is #6666cc. Color #7871ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110001 11001010
Octal 170 161 312
Decimal 120 113 202
Hex 78 71 CA

RGB Percentages of Color #7871ca

%27.59
%25.98
%46.44

CMYK Percentages of Color #7871ca

%41
%44
%0
%21

Triadic Colors of #7871ca

#7871ca #ca7871 #71ca78

Analogous Colors of #7871ca

#7871ca #a571ca #7197ca

Monochromatic Colors of #7871ca

#7871ca

Complementary Color

#7871ca #c3ca71

#7871ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7871ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7871ca Color CSS Codes

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

#7871ca Text Font Color

<p style="color:#7871ca">Text here</p>

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


#7871ca Background Color

<div style="background-color:#7871ca">
Div content here</div>

This div background color is #7871ca


#7871ca Border Color

<div style="border:3px solid #7871ca">
Div here</div>

This div border color is #7871ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,113,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7871ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7871ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7871ca;
  box-shadow:         1px 1px 3px 2px #7871ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,113,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 #7871ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7871ca


Comments

No comments written yet.

Please login to write comment.