Color Hex Logo

#7e1bfd Color Hex

#7E1BFD
(126,27,253)
0 Favorites   0 Comments

Color spaces of #7e1bfd

RGB 12627253
HSL0.740.980.55
HSV266°89°99°
CMYK 0.500.890.00   0.01
XYZ26.725712.311393.8962
Yxy12.31130.20100.0926
Hunter Lab35.087574.5583-134.1025
CIE-Lab41.706778.8314-90.8732

#7e1bfd color RGB value is (126,27,253).

#7e1bfd hex color red value is 126, green value is 27 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7e1bfd hue: 0.74 , saturation: 0.98 and the lightness value of 7e1bfd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011011 11111101
Octal 176 33 375
Decimal 126 27 253
Hex 7E 1B FD

RGB Percentages of Color #7e1bfd

%31.03
%6.65
%62.32

CMYK Percentages of Color #7e1bfd

%50
%89
%0
%1

Triadic Colors of #7e1bfd

#7e1bfd #fd7e1b #1bfd7e

Analogous Colors of #7e1bfd

#7e1bfd #ef1bfd #1b29fd

Monochromatic Colors of #7e1bfd

#7e1bfd

Complementary Color

#7e1bfd #9afd1b

#7e1bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1bfd Color CSS Codes

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

#7e1bfd Text Font Color

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

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


#7e1bfd Background Color

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

This div background color is #7e1bfd


#7e1bfd Border Color

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

This div border color is #7e1bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1bfd


Comments

No comments written yet.

Please login to write comment.