Color Hex Logo

#795bed Color Hex

#795BED
(121,91,237)
0 Favorites   0 Comments

Color spaces of #795bed

RGB 12191237
HSL0.700.800.64
HSV252°62°93°
CMYK 0.490.620.00   0.07
XYZ26.912317.661582.1113
Yxy17.66150.21240.1394
Hunter Lab42.025640.7629-86.4253
CIE-Lab49.082947.7977-69.8325

#795bed color RGB value is (121,91,237).

#795bed hex color red value is 121, green value is 91 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #795bed hue: 0.70 , saturation: 0.80 and the lightness value of 795bed is 0.64.

The process color (four color CMYK) of #795bed color hex is 0.49, 0.62, 0.00, 0.07. Web safe color of #795bed is #6666ff. Color #795bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011011 11101101
Octal 171 133 355
Decimal 121 91 237
Hex 79 5B ED

RGB Percentages of Color #795bed

%26.95
%20.27
%52.78

CMYK Percentages of Color #795bed

%49
%62
%0
%7

Triadic Colors of #795bed

#795bed #ed795b #5bed79

Analogous Colors of #795bed

#795bed #c25bed #5b86ed

Monochromatic Colors of #795bed

#795bed

Complementary Color

#795bed #cfed5b

#795bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#795bed Color CSS Codes

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

#795bed Text Font Color

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

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


#795bed Background Color

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

This div background color is #795bed


#795bed Border Color

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

This div border color is #795bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795bed


Comments

No comments written yet.

Please login to write comment.