Color Hex Logo

#7955dd Color Hex

#7955DD
(121,85,221)
0 Favorites   0 Comments

Color spaces of #7955dd

RGB 12185221
HSL0.710.670.60
HSV256°62°87°
CMYK 0.450.620.00   0.13
XYZ24.184815.782470.1782
Yxy15.78240.21960.1433
Hunter Lab39.727139.1438-76.9273
CIE-Lab46.687746.6330-64.6781

#7955dd color RGB value is (121,85,221).

#7955dd hex color red value is 121, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7955dd hue: 0.71 , saturation: 0.67 and the lightness value of 7955dd is 0.60.

The process color (four color CMYK) of #7955dd color hex is 0.45, 0.62, 0.00, 0.13. Web safe color of #7955dd is #6666cc. Color #7955dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010101 11011101
Octal 171 125 335
Decimal 121 85 221
Hex 79 55 DD

RGB Percentages of Color #7955dd

%28.34
%19.91
%51.76

CMYK Percentages of Color #7955dd

%45
%62
%0
%13

Triadic Colors of #7955dd

#7955dd #dd7955 #55dd79

Analogous Colors of #7955dd

#7955dd #bd55dd #5575dd

Monochromatic Colors of #7955dd

#7955dd

Complementary Color

#7955dd #b9dd55

#7955dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7955dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7955dd Color CSS Codes

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

#7955dd Text Font Color

<p style="color:#7955dd">Text here</p>

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


#7955dd Background Color

<div style="background-color:#7955dd">
Div content here</div>

This div background color is #7955dd


#7955dd Border Color

<div style="border:3px solid #7955dd">
Div here</div>

This div border color is #7955dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,85,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7955dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7955dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7955dd;
  box-shadow:         1px 1px 3px 2px #7955dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7955dd


Comments

No comments written yet.

Please login to write comment.