Color Hex Logo

#7785da Color Hex

#7785DA
(119,133,218)
0 Favorites   0 Comments

Color spaces of #7785da

RGB 119133218
HSL0.640.570.66
HSV232°45°85°
CMYK 0.450.390.00   0.15
XYZ28.650225.759069.7916
Yxy25.75900.23070.2074
Hunter Lab50.753311.9447-46.0032
CIE-Lab57.807617.1120-45.1881

#7785da color RGB value is (119,133,218).

#7785da hex color red value is 119, green value is 133 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7785da hue: 0.64 , saturation: 0.57 and the lightness value of 7785da is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000101 11011010
Octal 167 205 332
Decimal 119 133 218
Hex 77 85 DA

RGB Percentages of Color #7785da

%25.32
%28.30
%46.38

CMYK Percentages of Color #7785da

%45
%39
%0
%15

Triadic Colors of #7785da

#7785da #da7785 #85da77

Analogous Colors of #7785da

#7785da #9b77da #77b7da

Monochromatic Colors of #7785da

#7785da

Complementary Color

#7785da #dacc77

#7785da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7785da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7785da Color CSS Codes

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

#7785da Text Font Color

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

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


#7785da Background Color

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

This div background color is #7785da


#7785da Border Color

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

This div border color is #7785da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7785da


Comments

No comments written yet.

Please login to write comment.