Color Hex Logo

#7566df Color Hex

#7566DF
(117,102,223)
0 Favorites   0 Comments

Color spaces of #7566df

RGB 117102223
HSL0.690.650.64
HSV247°54°87°
CMYK 0.480.540.00   0.13
XYZ25.406818.612472.0655
Yxy18.61240.21890.1603
Hunter Lab43.142129.6217-68.8399
CIE-Lab50.230636.6107-60.1046

#7566df color RGB value is (117,102,223).

#7566df hex color red value is 117, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7566df hue: 0.69 , saturation: 0.65 and the lightness value of 7566df is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 11011111
Octal 165 146 337
Decimal 117 102 223
Hex 75 66 DF

RGB Percentages of Color #7566df

%26.47
%23.08
%50.45

CMYK Percentages of Color #7566df

%48
%54
%0
%13

Triadic Colors of #7566df

#7566df #df7566 #66df75

Analogous Colors of #7566df

#7566df #b266df #6694df

Monochromatic Colors of #7566df

#7566df

Complementary Color

#7566df #d0df66

#7566df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7566df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7566df Color CSS Codes

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

#7566df Text Font Color

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

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


#7566df Background Color

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

This div background color is #7566df


#7566df Border Color

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

This div border color is #7566df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,102,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 #7566df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7566df


Comments

No comments written yet.

Please login to write comment.