Color Hex Logo

#7655df Color Hex

#7655DF
(118,85,223)
0 Favorites   0 Comments

Color spaces of #7655df

RGB 11885223
HSL0.710.680.60
HSV254°62°87°
CMYK 0.470.620.00   0.13
XYZ24.039015.676371.5709
Yxy15.67630.21600.1409
Hunter Lab39.593339.0876-79.4603
CIE-Lab46.546946.6018-66.0562

#7655df color RGB value is (118,85,223).

#7655df hex color red value is 118, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7655df hue: 0.71 , saturation: 0.68 and the lightness value of 7655df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 11011111
Octal 166 125 337
Decimal 118 85 223
Hex 76 55 DF

RGB Percentages of Color #7655df

%27.70
%19.95
%52.35

CMYK Percentages of Color #7655df

%47
%62
%0
%13

Triadic Colors of #7655df

#7655df #df7655 #55df76

Analogous Colors of #7655df

#7655df #bb55df #5579df

Monochromatic Colors of #7655df

#7655df

Complementary Color

#7655df #bedf55

#7655df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7655df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7655df Color CSS Codes

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

#7655df Text Font Color

<p style="color:#7655df">Text here</p>

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


#7655df Background Color

<div style="background-color:#7655df">
Div content here</div>

This div background color is #7655df


#7655df Border Color

<div style="border:3px solid #7655df">
Div here</div>

This div border color is #7655df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,85,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7655df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7655df;
  -webkit-box-shadow: 1px 1px 3px 2px #7655df;
  box-shadow:         1px 1px 3px 2px #7655df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7655df


Comments

No comments written yet.

Please login to write comment.