Color Hex Logo

#7565ff Color Hex

#7565FF
(117,101,255)
0 Favorites   0 Comments

Color spaces of #7565ff

RGB 117101255
HSL0.681.000.70
HSV246°60°100°
CMYK 0.540.600.00   0.00
XYZ30.039820.309396.9446
Yxy20.30930.20390.1379
Hunter Lab45.065840.1186-95.9972
CIE-Lab52.185146.6815-74.8451

#7565ff color RGB value is (117,101,255).

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

The process color (four color CMYK) of #7565ff color hex is 0.54, 0.60, 0.00, 0.00. Web safe color of #7565ff is #6666ff. Color #7565ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 11111111
Octal 165 145 377
Decimal 117 101 255
Hex 75 65 FF

RGB Percentages of Color #7565ff

%24.74
%21.35
%53.91

CMYK Percentages of Color #7565ff

%54
%60
%0
%0

Triadic Colors of #7565ff

#7565ff #ff7565 #65ff75

Analogous Colors of #7565ff

#7565ff #c265ff #65a2ff

Monochromatic Colors of #7565ff

#7565ff

Complementary Color

#7565ff #efff65

#7565ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7565ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7565ff Color CSS Codes

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

#7565ff Text Font Color

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

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


#7565ff Background Color

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

This div background color is #7565ff


#7565ff Border Color

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

This div border color is #7565ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7565ff

Related Colors


Comments

No comments written yet.

Please login to write comment.