Color Hex Logo

#775dbc Color Hex

#775DBC
(119,93,188)
0 Favorites   0 Comments

Color spaces of #775dbc

RGB 11993188
HSL0.710.410.55
HSV256°51°74°
CMYK 0.370.510.00   0.26
XYZ20.599215.381549.4602
Yxy15.38150.24110.1800
Hunter Lab39.219325.1202-47.3183
CIE-Lab46.152332.4379-46.5837

#775dbc color RGB value is (119,93,188).

#775dbc hex color red value is 119, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #775dbc hue: 0.71 , saturation: 0.41 and the lightness value of 775dbc is 0.55.

The process color (four color CMYK) of #775dbc color hex is 0.37, 0.51, 0.00, 0.26. Web safe color of #775dbc is #6666cc. Color #775dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 10111100
Octal 167 135 274
Decimal 119 93 188
Hex 77 5D BC

RGB Percentages of Color #775dbc

%29.75
%23.25
%47.00

CMYK Percentages of Color #775dbc

%37
%51
%0
%26

Triadic Colors of #775dbc

#775dbc #bc775d #5dbc77

Analogous Colors of #775dbc

#775dbc #a75dbc #5d73bc

Monochromatic Colors of #775dbc

#775dbc

Complementary Color

#775dbc #a2bc5d

#775dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#775dbc Color CSS Codes

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

#775dbc Text Font Color

<p style="color:#775dbc">Text here</p>

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


#775dbc Background Color

<div style="background-color:#775dbc">
Div content here</div>

This div background color is #775dbc


#775dbc Border Color

<div style="border:3px solid #775dbc">
Div here</div>

This div border color is #775dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,93,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #775dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #775dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #775dbc;
  box-shadow:         1px 1px 3px 2px #775dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775dbc


Comments

No comments written yet.

Please login to write comment.