Color Hex Logo

#7775cd Color Hex

#7775CD
(119,117,205)
0 Favorites   0 Comments

Color spaces of #7775cd

RGB 119117205
HSL0.670.470.63
HSV241°43°80°
CMYK 0.420.430.00   0.20
XYZ24.988521.052360.5041
Yxy21.05230.23450.1976
Hunter Lab45.882816.9191-46.0658
CIE-Lab53.006722.8675-45.4494

#7775cd color RGB value is (119,117,205).

#7775cd hex color red value is 119, green value is 117 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7775cd hue: 0.67 , saturation: 0.47 and the lightness value of 7775cd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 11001101
Octal 167 165 315
Decimal 119 117 205
Hex 77 75 CD

RGB Percentages of Color #7775cd

%26.98
%26.53
%46.49

CMYK Percentages of Color #7775cd

%42
%43
%0
%20

Triadic Colors of #7775cd

#7775cd #cd7775 #75cd77

Analogous Colors of #7775cd

#7775cd #a375cd #759fcd

Monochromatic Colors of #7775cd

#7775cd

Complementary Color

#7775cd #cbcd75

#7775cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7775cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7775cd Color CSS Codes

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

#7775cd Text Font Color

<p style="color:#7775cd">Text here</p>

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


#7775cd Background Color

<div style="background-color:#7775cd">
Div content here</div>

This div background color is #7775cd


#7775cd Border Color

<div style="border:3px solid #7775cd">
Div here</div>

This div border color is #7775cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7775cd


Comments

No comments written yet.

Please login to write comment.