Color Hex Logo

#793eca Color Hex

#793ECA
(121,62,202)
0 Favorites   0 Comments

Color spaces of #793eca

RGB 12162202
HSL0.740.570.52
HSV265°69°79°
CMYK 0.400.690.00   0.21
XYZ20.268511.774557.0815
Yxy11.77450.22740.1321
Hunter Lab34.314045.3864-74.6094
CIE-Lab40.855553.6534-63.2390

#793eca color RGB value is (121,62,202).

#793eca hex color red value is 121, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #793eca hue: 0.74 , saturation: 0.57 and the lightness value of 793eca is 0.52.

The process color (four color CMYK) of #793eca color hex is 0.40, 0.69, 0.00, 0.21. Web safe color of #793eca is #6633cc. Color #793eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111110 11001010
Octal 171 76 312
Decimal 121 62 202
Hex 79 3E CA

RGB Percentages of Color #793eca

%31.43
%16.10
%52.47

CMYK Percentages of Color #793eca

%40
%69
%0
%21

Triadic Colors of #793eca

#793eca #ca793e #3eca79

Analogous Colors of #793eca

#793eca #bf3eca #3e49ca

Monochromatic Colors of #793eca

#793eca

Complementary Color

#793eca #8fca3e

#793eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#793eca Color CSS Codes

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

#793eca Text Font Color

<p style="color:#793eca">Text here</p>

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


#793eca Background Color

<div style="background-color:#793eca">
Div content here</div>

This div background color is #793eca


#793eca Border Color

<div style="border:3px solid #793eca">
Div here</div>

This div border color is #793eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,62,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #793eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #793eca;
  -webkit-box-shadow: 1px 1px 3px 2px #793eca;
  box-shadow:         1px 1px 3px 2px #793eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,62,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 #793eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793eca


Comments

No comments written yet.

Please login to write comment.