Color Hex Logo

#7465ff Color Hex

#7465FF
(116,101,255)
0 Favorites   0 Comments

Color spaces of #7465ff

RGB 116101255
HSL0.681.000.70
HSV246°60°100°
CMYK 0.550.600.00   0.00
XYZ29.906120.240496.9383
Yxy20.24040.20330.1376
Hunter Lab44.989339.9243-96.2593
CIE-Lab52.107946.5082-74.9740

#7465ff color RGB value is (116,101,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100101 11111111
Octal 164 145 377
Decimal 116 101 255
Hex 74 65 FF

RGB Percentages of Color #7465ff

%24.58
%21.40
%54.03

CMYK Percentages of Color #7465ff

%55
%60
%0
%0

Triadic Colors of #7465ff

#7465ff #ff7465 #65ff74

Analogous Colors of #7465ff

#7465ff #c165ff #65a3ff

Monochromatic Colors of #7465ff

#7465ff

Complementary Color

#7465ff #f0ff65

#7465ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7465ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7465ff Color CSS Codes

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

#7465ff Text Font Color

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

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


#7465ff Background Color

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

This div background color is #7465ff


#7465ff Border Color

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

This div border color is #7465ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #7465ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7465ff


Comments

No comments written yet.

Please login to write comment.