Color Hex Logo

#7d00fb Color Hex

#7D00FB
(125,0,251)
0 Favorites   0 Comments

Color spaces of #7d00fb

RGB 1250251
HSL0.751.000.49
HSV270°100°98°
CMYK 0.501.000.00   0.02
XYZ25.870011.325092.0892
Yxy11.32500.20010.0876
Hunter Lab33.652678.3273-138.6881
CIE-Lab40.122582.1255-92.3753

#7d00fb color RGB value is (125,0,251).

#7d00fb hex color red value is 125, green value is 0 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7d00fb hue: 0.75 , saturation: 1.00 and the lightness value of 7d00fb is 0.49.

The process color (four color CMYK) of #7d00fb color hex is 0.50, 1.00, 0.00, 0.02. Web safe color of #7d00fb is #6600ff. Color #7d00fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00000000 11111011
Octal 175 0 373
Decimal 125 0 251
Hex 7D 0 FB

RGB Percentages of Color #7d00fb

%33.24
%0.00
%66.76

CMYK Percentages of Color #7d00fb

%50
%100
%0
%2

Triadic Colors of #7d00fb

#7d00fb #fb7d00 #00fb7d

Analogous Colors of #7d00fb

#7d00fb #fb00fb #0000fb

Monochromatic Colors of #7d00fb

#7d00fb

Complementary Color

#7d00fb #7efb00

#7d00fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d00fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d00fb Color CSS Codes

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

#7d00fb Text Font Color

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

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


#7d00fb Background Color

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

This div background color is #7d00fb


#7d00fb Border Color

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

This div border color is #7d00fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,0,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d00fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d00fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7d00fb;
  box-shadow:         1px 1px 3px 2px #7d00fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,0,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d00fb


Comments

No comments written yet.

Please login to write comment.