Color Hex Logo

#7646ca Color Hex

#7646CA
(118,70,202)
0 Favorites   0 Comments

Color spaces of #7646ca

RGB 11870202
HSL0.730.550.53
HSV262°65°79°
CMYK 0.420.650.00   0.21
XYZ20.322012.496157.2180
Yxy12.49610.22570.1388
Hunter Lab35.349840.7544-71.2232
CIE-Lab41.994049.0087-61.4045

#7646ca color RGB value is (118,70,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 11001010
Octal 166 106 312
Decimal 118 70 202
Hex 76 46 CA

RGB Percentages of Color #7646ca

%30.26
%17.95
%51.79

CMYK Percentages of Color #7646ca

%42
%65
%0
%21

Triadic Colors of #7646ca

#7646ca #ca7646 #46ca76

Analogous Colors of #7646ca

#7646ca #b846ca #4658ca

Monochromatic Colors of #7646ca

#7646ca

Complementary Color

#7646ca #9aca46

#7646ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7646ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7646ca Color CSS Codes

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

#7646ca Text Font Color

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

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


#7646ca Background Color

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

This div background color is #7646ca


#7646ca Border Color

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

This div border color is #7646ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7646ca


Comments

No comments written yet.

Please login to write comment.