Color Hex Logo

#795ffd Color Hex

#795FFD
(121,95,253)
0 Favorites   0 Comments

Color spaces of #795ffd

RGB 12195253
HSL0.690.980.68
HSV250°62°99°
CMYK 0.520.620.00   0.01
XYZ29.707019.341295.0960
Yxy19.34120.20610.1342
Hunter Lab43.978643.6119-97.4191
CIE-Lab51.084050.1652-75.5127

#795ffd color RGB value is (121,95,253).

#795ffd hex color red value is 121, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #795ffd hue: 0.69 , saturation: 0.98 and the lightness value of 795ffd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011111 11111101
Octal 171 137 375
Decimal 121 95 253
Hex 79 5F FD

RGB Percentages of Color #795ffd

%25.80
%20.26
%53.94

CMYK Percentages of Color #795ffd

%52
%62
%0
%1

Triadic Colors of #795ffd

#795ffd #fd795f #5ffd79

Analogous Colors of #795ffd

#795ffd #c85ffd #5f94fd

Monochromatic Colors of #795ffd

#795ffd

Complementary Color

#795ffd #e3fd5f

#795ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#795ffd Color CSS Codes

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

#795ffd Text Font Color

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

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


#795ffd Background Color

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

This div background color is #795ffd


#795ffd Border Color

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

This div border color is #795ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.