Color Hex Logo

#7565fe Color Hex

#7565FE
(117,101,254)
0 Favorites   0 Comments

Color spaces of #7565fe

RGB 117101254
HSL0.680.990.70
HSV246°60°100°
CMYK 0.540.600.00   0.00
XYZ29.879220.245096.0988
Yxy20.24500.20430.1385
Hunter Lab44.994439.7952-95.1350
CIE-Lab52.113146.3840-74.4081

#7565fe color RGB value is (117,101,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 11111110
Octal 165 145 376
Decimal 117 101 254
Hex 75 65 FE

RGB Percentages of Color #7565fe

%24.79
%21.40
%53.81

CMYK Percentages of Color #7565fe

%54
%60
%0
%0

Triadic Colors of #7565fe

#7565fe #fe7565 #65fe75

Analogous Colors of #7565fe

#7565fe #c265fe #65a2fe

Monochromatic Colors of #7565fe

#7565fe

Complementary Color

#7565fe #eefe65

#7565fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7565fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7565fe Color CSS Codes

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

#7565fe Text Font Color

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

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


#7565fe Background Color

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

This div background color is #7565fe


#7565fe Border Color

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

This div border color is #7565fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7565fe


Comments

No comments written yet.

Please login to write comment.