Color Hex Logo

#7728da Color Hex

#7728DA
(119,40,218)
0 Favorites   0 Comments

Color spaces of #7728da

RGB 11940218
HSL0.740.710.51
HSV267°82°85°
CMYK 0.450.820.00   0.15
XYZ21.021410.501567.2487
Yxy10.50150.21280.1063
Hunter Lab32.406059.0803-100.3539
CIE-Lab38.727966.4780-75.9638

#7728da color RGB value is (119,40,218).

#7728da hex color red value is 119, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7728da hue: 0.74 , saturation: 0.71 and the lightness value of 7728da is 0.51.

The process color (four color CMYK) of #7728da color hex is 0.45, 0.82, 0.00, 0.15. Web safe color of #7728da is #6633cc. Color #7728da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101000 11011010
Octal 167 50 332
Decimal 119 40 218
Hex 77 28 DA

RGB Percentages of Color #7728da

%31.56
%10.61
%57.82

CMYK Percentages of Color #7728da

%45
%82
%0
%15

Triadic Colors of #7728da

#7728da #da7728 #28da77

Analogous Colors of #7728da

#7728da #d028da #2832da

Monochromatic Colors of #7728da

#7728da

Complementary Color

#7728da #8bda28

#7728da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7728da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7728da Color CSS Codes

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

#7728da Text Font Color

<p style="color:#7728da">Text here</p>

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


#7728da Background Color

<div style="background-color:#7728da">
Div content here</div>

This div background color is #7728da


#7728da Border Color

<div style="border:3px solid #7728da">
Div here</div>

This div border color is #7728da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,40,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7728da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7728da;
  -webkit-box-shadow: 1px 1px 3px 2px #7728da;
  box-shadow:         1px 1px 3px 2px #7728da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,40,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7728da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7728da


Comments

No comments written yet.

Please login to write comment.