Color Hex Logo

#7009fb Color Hex

#7009FB
(112,9,251)
0 Favorites   0 Comments

Color spaces of #7009fb

RGB 1129251
HSL0.740.970.51
HSV266°96°98°
CMYK 0.550.960.00   0.02
XYZ24.192410.605292.0387
Yxy10.60520.19070.0836
Hunter Lab32.565675.6145-144.7726
CIE-Lab38.907480.2019-94.4358

#7009fb color RGB value is (112,9,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001001 11111011
Octal 160 11 373
Decimal 112 9 251
Hex 70 9 FB

RGB Percentages of Color #7009fb

%30.11
%2.42
%67.47

CMYK Percentages of Color #7009fb

%55
%96
%0
%2

Triadic Colors of #7009fb

#7009fb #fb7009 #09fb70

Analogous Colors of #7009fb

#7009fb #e909fb #091bfb

Monochromatic Colors of #7009fb

#7009fb

Complementary Color

#7009fb #94fb09

#7009fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7009fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7009fb Color CSS Codes

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

#7009fb Text Font Color

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

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


#7009fb Background Color

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

This div background color is #7009fb


#7009fb Border Color

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

This div border color is #7009fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7009fb

Related Colors


Comments

No comments written yet.

Please login to write comment.