Color Hex Logo

#7e65fd Color Hex

#7E65FD
(126,101,253)
0 Favorites   0 Comments

Color spaces of #7e65fd

RGB 126101253
HSL0.690.970.69
HSV250°60°99°
CMYK 0.500.600.00   0.01
XYZ30.987520.834895.3168
Yxy20.83480.21060.1416
Hunter Lab45.645241.3007-91.8585
CIE-Lab52.768247.7128-72.7568

#7e65fd color RGB value is (126,101,253).

#7e65fd hex color red value is 126, green value is 101 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7e65fd hue: 0.69 , saturation: 0.97 and the lightness value of 7e65fd is 0.69.

The process color (four color CMYK) of #7e65fd color hex is 0.50, 0.60, 0.00, 0.01. Web safe color of #7e65fd is #6666ff. Color #7e65fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100101 11111101
Octal 176 145 375
Decimal 126 101 253
Hex 7E 65 FD

RGB Percentages of Color #7e65fd

%26.25
%21.04
%52.71

CMYK Percentages of Color #7e65fd

%50
%60
%0
%1

Triadic Colors of #7e65fd

#7e65fd #fd7e65 #65fd7e

Analogous Colors of #7e65fd

#7e65fd #ca65fd #6598fd

Monochromatic Colors of #7e65fd

#7e65fd

Complementary Color

#7e65fd #e4fd65

#7e65fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e65fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e65fd Color CSS Codes

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

#7e65fd Text Font Color

<p style="color:#7e65fd">Text here</p>

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


#7e65fd Background Color

<div style="background-color:#7e65fd">
Div content here</div>

This div background color is #7e65fd


#7e65fd Border Color

<div style="border:3px solid #7e65fd">
Div here</div>

This div border color is #7e65fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,101,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e65fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e65fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7e65fd;
  box-shadow:         1px 1px 3px 2px #7e65fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e65fd

Related Colors


Comments

No comments written yet.

Please login to write comment.