Color Hex Logo

#7565af Color Hex

#7565AF
(117,101,175)
0 Favorites   0 Comments

Color spaces of #7565af

RGB 117101175
HSL0.700.320.54
HSV253°42°69°
CMYK 0.330.420.00   0.31
XYZ19.727716.184442.6416
Yxy16.18440.25110.2060
Hunter Lab40.229817.1297-34.6835
CIE-Lab47.215523.5587-37.3336

#7565af color RGB value is (117,101,175).

#7565af hex color red value is 117, green value is 101 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7565af hue: 0.70 , saturation: 0.32 and the lightness value of 7565af is 0.54.

The process color (four color CMYK) of #7565af color hex is 0.33, 0.42, 0.00, 0.31. Web safe color of #7565af is #666699. Color #7565af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 10101111
Octal 165 145 257
Decimal 117 101 175
Hex 75 65 AF

RGB Percentages of Color #7565af

%29.77
%25.70
%44.53

CMYK Percentages of Color #7565af

%33
%42
%0
%31

Triadic Colors of #7565af

#7565af #af7565 #65af75

Analogous Colors of #7565af

#7565af #9a65af #657aaf

Monochromatic Colors of #7565af

#7565af

Complementary Color

#7565af #9faf65

#7565af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7565af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7565af Color CSS Codes

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

#7565af Text Font Color

<p style="color:#7565af">Text here</p>

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


#7565af Background Color

<div style="background-color:#7565af">
Div content here</div>

This div background color is #7565af


#7565af Border Color

<div style="border:3px solid #7565af">
Div here</div>

This div border color is #7565af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,101,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7565af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7565af;
  -webkit-box-shadow: 1px 1px 3px 2px #7565af;
  box-shadow:         1px 1px 3px 2px #7565af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,101,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7565af


Comments

No comments written yet.

Please login to write comment.