Color Hex Logo

#795cd4 Color Hex

#795CD4
(121,92,212)
0 Favorites   0 Comments

Color spaces of #795cd4

RGB 12192212
HSL0.710.580.60
HSV255°57°83°
CMYK 0.430.570.00   0.17
XYZ23.596016.472764.2233
Yxy16.47270.22620.1579
Hunter Lab40.586632.7488-65.4086
CIE-Lab47.588640.1572-58.0932

#795cd4 color RGB value is (121,92,212).

#795cd4 hex color red value is 121, green value is 92 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #795cd4 hue: 0.71 , saturation: 0.58 and the lightness value of 795cd4 is 0.60.

The process color (four color CMYK) of #795cd4 color hex is 0.43, 0.57, 0.00, 0.17. Web safe color of #795cd4 is #6666cc. Color #795cd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011100 11010100
Octal 171 134 324
Decimal 121 92 212
Hex 79 5C D4

RGB Percentages of Color #795cd4

%28.47
%21.65
%49.88

CMYK Percentages of Color #795cd4

%43
%57
%0
%17

Triadic Colors of #795cd4

#795cd4 #d4795c #5cd479

Analogous Colors of #795cd4

#795cd4 #b55cd4 #5c7bd4

Monochromatic Colors of #795cd4

#795cd4

Complementary Color

#795cd4 #b7d45c

#795cd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795cd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795cd4 Color CSS Codes

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

#795cd4 Text Font Color

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

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


#795cd4 Background Color

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

This div background color is #795cd4


#795cd4 Border Color

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

This div border color is #795cd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795cd4


Comments

No comments written yet.

Please login to write comment.