Color Hex Logo

#7795cb Color Hex

#7795CB
(119,149,203)
0 Favorites   0 Comments

Color spaces of #7795cb

RGB 119149203
HSL0.610.450.63
HSV219°41°80°
CMYK 0.410.270.00   0.20
XYZ29.134729.728660.7025
Yxy29.72860.24370.2486
Hunter Lab54.5239-0.0360-27.8419
CIE-Lab61.41933.4233-31.1243

#7795cb color RGB value is (119,149,203).

#7795cb hex color red value is 119, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7795cb hue: 0.61 , saturation: 0.45 and the lightness value of 7795cb is 0.63.

The process color (four color CMYK) of #7795cb color hex is 0.41, 0.27, 0.00, 0.20. Web safe color of #7795cb is #6699cc. Color #7795cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010101 11001011
Octal 167 225 313
Decimal 119 149 203
Hex 77 95 CB

RGB Percentages of Color #7795cb

%25.27
%31.63
%43.10

CMYK Percentages of Color #7795cb

%41
%27
%0
%20

Triadic Colors of #7795cb

#7795cb #cb7795 #95cb77

Analogous Colors of #7795cb

#7795cb #8377cb #77bfcb

Monochromatic Colors of #7795cb

#7795cb

Complementary Color

#7795cb #cbad77

#7795cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7795cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7795cb Color CSS Codes

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

#7795cb Text Font Color

<p style="color:#7795cb">Text here</p>

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


#7795cb Background Color

<div style="background-color:#7795cb">
Div content here</div>

This div background color is #7795cb


#7795cb Border Color

<div style="border:3px solid #7795cb">
Div here</div>

This div border color is #7795cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,149,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7795cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7795cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7795cb;
  box-shadow:         1px 1px 3px 2px #7795cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7795cb


Comments

No comments written yet.

Please login to write comment.