Color Hex Logo

#775dcd Color Hex

#775DCD
(119,93,205)
0 Favorites   0 Comments

Color spaces of #775dcd

RGB 11993205
HSL0.710.530.58
HSV254°55°80°
CMYK 0.420.550.00   0.20
XYZ22.541516.158459.6884
Yxy16.15840.22910.1642
Hunter Lab40.197529.7515-59.9002
CIE-Lab47.181637.1589-54.7503

#775dcd color RGB value is (119,93,205).

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

The process color (four color CMYK) of #775dcd color hex is 0.42, 0.55, 0.00, 0.20. Web safe color of #775dcd is #6666cc. Color #775dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 11001101
Octal 167 135 315
Decimal 119 93 205
Hex 77 5D CD

RGB Percentages of Color #775dcd

%28.54
%22.30
%49.16

CMYK Percentages of Color #775dcd

%42
%55
%0
%20

Triadic Colors of #775dcd

#775dcd #cd775d #5dcd77

Analogous Colors of #775dcd

#775dcd #af5dcd #5d7bcd

Monochromatic Colors of #775dcd

#775dcd

Complementary Color

#775dcd #b3cd5d

#775dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#775dcd Color CSS Codes

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

#775dcd Text Font Color

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

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


#775dcd Background Color

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

This div background color is #775dcd


#775dcd Border Color

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

This div border color is #775dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775dcd


Comments

No comments written yet.

Please login to write comment.