Color Hex Logo

#775fdd Color Hex

#775FDD
(119,95,221)
0 Favorites   0 Comments

Color spaces of #775fdd

RGB 11995221
HSL0.700.650.62
HSV251°57°87°
CMYK 0.460.570.00   0.13
XYZ24.751117.326870.4465
Yxy17.32680.22000.1540
Hunter Lab41.625533.2941-71.2039
CIE-Lab48.669240.5460-61.4816

#775fdd color RGB value is (119,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011111 11011101
Octal 167 137 335
Decimal 119 95 221
Hex 77 5F DD

RGB Percentages of Color #775fdd

%27.36
%21.84
%50.80

CMYK Percentages of Color #775fdd

%46
%57
%0
%13

Triadic Colors of #775fdd

#775fdd #dd775f #5fdd77

Analogous Colors of #775fdd

#775fdd #b65fdd #5f86dd

Monochromatic Colors of #775fdd

#775fdd

Complementary Color

#775fdd #c5dd5f

#775fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#775fdd Color CSS Codes

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

#775fdd Text Font Color

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

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


#775fdd Background Color

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

This div background color is #775fdd


#775fdd Border Color

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

This div border color is #775fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775fdd


Comments

No comments written yet.

Please login to write comment.