Color Hex Logo

#795fbc Color Hex

#795FBC
(121,95,188)
0 Favorites   0 Comments

Color spaces of #795fbc

RGB 12195188
HSL0.710.410.55
HSV257°49°74°
CMYK 0.360.490.00   0.26
XYZ21.054515.880249.5324
Yxy15.88020.24350.1837
Hunter Lab39.850024.5720-45.8008
CIE-Lab46.816931.7700-45.5127

#795fbc color RGB value is (121,95,188).

#795fbc hex color red value is 121, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #795fbc hue: 0.71 , saturation: 0.41 and the lightness value of 795fbc is 0.55.

The process color (four color CMYK) of #795fbc color hex is 0.36, 0.49, 0.00, 0.26. Web safe color of #795fbc is #6666cc. Color #795fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011111 10111100
Octal 171 137 274
Decimal 121 95 188
Hex 79 5F BC

RGB Percentages of Color #795fbc

%29.95
%23.51
%46.53

CMYK Percentages of Color #795fbc

%36
%49
%0
%26

Triadic Colors of #795fbc

#795fbc #bc795f #5fbc79

Analogous Colors of #795fbc

#795fbc #a85fbc #5f74bc

Monochromatic Colors of #795fbc

#795fbc

Complementary Color

#795fbc #a2bc5f

#795fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#795fbc Color CSS Codes

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

#795fbc Text Font Color

<p style="color:#795fbc">Text here</p>

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


#795fbc Background Color

<div style="background-color:#795fbc">
Div content here</div>

This div background color is #795fbc


#795fbc Border Color

<div style="border:3px solid #795fbc">
Div here</div>

This div border color is #795fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,95,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #795fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #795fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #795fbc;
  box-shadow:         1px 1px 3px 2px #795fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,95,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795fbc


Comments

No comments written yet.

Please login to write comment.