Color Hex Logo

#7793ca Color Hex

#7793CA
(119,147,202)
0 Favorites   0 Comments

Color spaces of #7793ca

RGB 119147202
HSL0.610.440.63
HSV220°41°79°
CMYK 0.410.270.00   0.21
XYZ28.702129.053659.9723
Yxy29.05360.24380.2468
Hunter Lab53.90140.7225-28.2369
CIE-Lab60.82894.2914-31.4796

#7793ca color RGB value is (119,147,202).

#7793ca hex color red value is 119, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7793ca hue: 0.61 , saturation: 0.44 and the lightness value of 7793ca is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010011 11001010
Octal 167 223 312
Decimal 119 147 202
Hex 77 93 CA

RGB Percentages of Color #7793ca

%25.43
%31.41
%43.16

CMYK Percentages of Color #7793ca

%41
%27
%0
%21

Triadic Colors of #7793ca

#7793ca #ca7793 #93ca77

Analogous Colors of #7793ca

#7793ca #8577ca #77bdca

Monochromatic Colors of #7793ca

#7793ca

Complementary Color

#7793ca #caae77

#7793ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7793ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7793ca Color CSS Codes

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

#7793ca Text Font Color

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

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


#7793ca Background Color

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

This div background color is #7793ca


#7793ca Border Color

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

This div border color is #7793ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7793ca


Comments

No comments written yet.

Please login to write comment.