Color Hex Logo

#7651ca Color Hex

#7651CA
(118,81,202)
0 Favorites   0 Comments

Color spaces of #7651ca

RGB 11881202
HSL0.720.530.55
HSV258°60°79°
CMYK 0.420.600.00   0.21
XYZ21.074314.000757.4688
Yxy14.00070.22770.1513
Hunter Lab37.417535.0542-64.8701
CIE-Lab44.233942.9984-57.7779

#7651ca color RGB value is (118,81,202).

#7651ca hex color red value is 118, green value is 81 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7651ca hue: 0.72 , saturation: 0.53 and the lightness value of 7651ca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010001 11001010
Octal 166 121 312
Decimal 118 81 202
Hex 76 51 CA

RGB Percentages of Color #7651ca

%29.43
%20.20
%50.37

CMYK Percentages of Color #7651ca

%42
%60
%0
%21

Triadic Colors of #7651ca

#7651ca #ca7651 #51ca76

Analogous Colors of #7651ca

#7651ca #b351ca #5169ca

Monochromatic Colors of #7651ca

#7651ca

Complementary Color

#7651ca #a5ca51

#7651ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7651ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7651ca Color CSS Codes

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

#7651ca Text Font Color

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

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


#7651ca Background Color

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

This div background color is #7651ca


#7651ca Border Color

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

This div border color is #7651ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7651ca


Comments

No comments written yet.

Please login to write comment.