Color Hex Logo

#7750cb Color Hex

#7750CB
(119,80,203)
0 Favorites   0 Comments

Color spaces of #7750cb

RGB 11980203
HSL0.720.540.55
HSV259°61°80°
CMYK 0.410.610.00   0.20
XYZ21.255913.971158.0763
Yxy13.97110.22780.1497
Hunter Lab37.377936.0971-65.9578
CIE-Lab44.191544.0482-58.4187

#7750cb color RGB value is (119,80,203).

#7750cb hex color red value is 119, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7750cb hue: 0.72 , saturation: 0.54 and the lightness value of 7750cb is 0.55.

The process color (four color CMYK) of #7750cb color hex is 0.41, 0.61, 0.00, 0.20. Web safe color of #7750cb is #6666cc. Color #7750cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010000 11001011
Octal 167 120 313
Decimal 119 80 203
Hex 77 50 CB

RGB Percentages of Color #7750cb

%29.60
%19.90
%50.50

CMYK Percentages of Color #7750cb

%41
%61
%0
%20

Triadic Colors of #7750cb

#7750cb #cb7750 #50cb77

Analogous Colors of #7750cb

#7750cb #b550cb #5067cb

Monochromatic Colors of #7750cb

#7750cb

Complementary Color

#7750cb #a4cb50

#7750cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7750cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7750cb Color CSS Codes

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

#7750cb Text Font Color

<p style="color:#7750cb">Text here</p>

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


#7750cb Background Color

<div style="background-color:#7750cb">
Div content here</div>

This div background color is #7750cb


#7750cb Border Color

<div style="border:3px solid #7750cb">
Div here</div>

This div border color is #7750cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,80,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7750cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7750cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7750cb;
  box-shadow:         1px 1px 3px 2px #7750cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7750cb


Comments

No comments written yet.

Please login to write comment.