Color Hex Logo

#775ddd Color Hex

#775DDD
(119,93,221)
0 Favorites   0 Comments

Color spaces of #775ddd

RGB 11993221
HSL0.700.650.62
HSV252°58°87°
CMYK 0.460.580.00   0.13
XYZ24.573216.971170.3872
Yxy16.97110.21950.1516
Hunter Lab41.196034.3813-72.4653
CIE-Lab48.223641.6998-62.2013

#775ddd color RGB value is (119,93,221).

#775ddd hex color red value is 119, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #775ddd hue: 0.70 , saturation: 0.65 and the lightness value of 775ddd is 0.62.

The process color (four color CMYK) of #775ddd color hex is 0.46, 0.58, 0.00, 0.13. Web safe color of #775ddd is #6666cc. Color #775ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 11011101
Octal 167 135 335
Decimal 119 93 221
Hex 77 5D DD

RGB Percentages of Color #775ddd

%27.48
%21.48
%51.04

CMYK Percentages of Color #775ddd

%46
%58
%0
%13

Triadic Colors of #775ddd

#775ddd #dd775d #5ddd77

Analogous Colors of #775ddd

#775ddd #b75ddd #5d83dd

Monochromatic Colors of #775ddd

#775ddd

Complementary Color

#775ddd #c3dd5d

#775ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#775ddd Color CSS Codes

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

#775ddd Text Font Color

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

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


#775ddd Background Color

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

This div background color is #775ddd


#775ddd Border Color

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

This div border color is #775ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775ddd


Comments

No comments written yet.

Please login to write comment.