Color Hex Logo

#7003fb Color Hex

#7003FB
(112,3,251)
1 Favorites   0 Comments

Color spaces of #7003fb

RGB 1123251
HSL0.740.980.50
HSV266°99°98°
CMYK 0.550.990.00   0.02
XYZ24.127210.474992.0170
Yxy10.47490.19050.0827
Hunter Lab32.365076.4283-145.9123
CIE-Lab38.681680.8902-94.8102

#7003fb color RGB value is (112,3,251).

#7003fb hex color red value is 112, green value is 3 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7003fb hue: 0.74 , saturation: 0.98 and the lightness value of 7003fb is 0.50.

The process color (four color CMYK) of #7003fb color hex is 0.55, 0.99, 0.00, 0.02. Web safe color of #7003fb is #6600ff. Color #7003fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 11111011
Octal 160 3 373
Decimal 112 3 251
Hex 70 3 FB

RGB Percentages of Color #7003fb

%30.60
%0.82
%68.58

CMYK Percentages of Color #7003fb

%55
%99
%0
%2

Triadic Colors of #7003fb

#7003fb #fb7003 #03fb70

Analogous Colors of #7003fb

#7003fb #ec03fb #0312fb

Monochromatic Colors of #7003fb

#7003fb

Complementary Color

#7003fb #8efb03

#7003fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7003fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7003fb Color CSS Codes

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

#7003fb Text Font Color

<p style="color:#7003fb">Text here</p>

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


#7003fb Background Color

<div style="background-color:#7003fb">
Div content here</div>

This div background color is #7003fb


#7003fb Border Color

<div style="border:3px solid #7003fb">
Div here</div>

This div border color is #7003fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,3,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7003fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7003fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7003fb;
  box-shadow:         1px 1px 3px 2px #7003fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,3,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 #7003fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7003fb


Comments

No comments written yet.

Please login to write comment.