Color Hex Logo

#795ff4 Color Hex

#795FF4
(121,95,244)
0 Favorites   0 Comments

Color spaces of #795ff4

RGB 12195244
HSL0.700.870.66
HSV250°61°96°
CMYK 0.500.610.00   0.04
XYZ28.306518.781087.7211
Yxy18.78100.21000.1393
Hunter Lab43.337140.7512-89.6765
CIE-Lab50.430047.5660-71.5648

#795ff4 color RGB value is (121,95,244).

#795ff4 hex color red value is 121, green value is 95 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #795ff4 hue: 0.70 , saturation: 0.87 and the lightness value of 795ff4 is 0.66.

The process color (four color CMYK) of #795ff4 color hex is 0.50, 0.61, 0.00, 0.04. Web safe color of #795ff4 is #6666ff. Color #795ff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011111 11110100
Octal 171 137 364
Decimal 121 95 244
Hex 79 5F F4

RGB Percentages of Color #795ff4

%26.30
%20.65
%53.04

CMYK Percentages of Color #795ff4

%50
%61
%0
%4

Triadic Colors of #795ff4

#795ff4 #f4795f #5ff479

Analogous Colors of #795ff4

#795ff4 #c45ff4 #5f90f4

Monochromatic Colors of #795ff4

#795ff4

Complementary Color

#795ff4 #daf45f

#795ff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795ff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795ff4 Color CSS Codes

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

#795ff4 Text Font Color

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

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


#795ff4 Background Color

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

This div background color is #795ff4


#795ff4 Border Color

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

This div border color is #795ff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795ff4

Related Colors


Comments

No comments written yet.

Please login to write comment.