Color Hex Logo

#7730ca Color Hex

#7730CA
(119,48,202)
0 Favorites   0 Comments

Color spaces of #7730ca

RGB 11948202
HSL0.740.620.49
HSV268°76°79°
CMYK 0.410.760.00   0.21
XYZ19.325410.300156.8467
Yxy10.30010.22350.1191
Hunter Lab32.093851.3204-82.5529
CIE-Lab38.375759.6349-67.2929

#7730ca color RGB value is (119,48,202).

#7730ca hex color red value is 119, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7730ca hue: 0.74 , saturation: 0.62 and the lightness value of 7730ca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110000 11001010
Octal 167 60 312
Decimal 119 48 202
Hex 77 30 CA

RGB Percentages of Color #7730ca

%32.25
%13.01
%54.74

CMYK Percentages of Color #7730ca

%41
%76
%0
%21

Triadic Colors of #7730ca

#7730ca #ca7730 #30ca77

Analogous Colors of #7730ca

#7730ca #c430ca #3036ca

Monochromatic Colors of #7730ca

#7730ca

Complementary Color

#7730ca #83ca30

#7730ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7730ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7730ca Color CSS Codes

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

#7730ca Text Font Color

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

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


#7730ca Background Color

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

This div background color is #7730ca


#7730ca Border Color

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

This div border color is #7730ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7730ca


Comments

No comments written yet.

Please login to write comment.