Color Hex Logo

#7130fc Color Hex

#7130FC
(113,48,252)
0 Favorites   0 Comments

Color spaces of #7130fc

RGB 11348252
HSL0.720.970.59
HSV259°81°99°
CMYK 0.550.810.00   0.01
XYZ25.437712.652993.1970
Yxy12.65290.19380.0964
Hunter Lab35.570965.4010-130.4422
CIE-Lab42.235571.2028-89.4876

#7130fc color RGB value is (113,48,252).

#7130fc hex color red value is 113, green value is 48 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7130fc hue: 0.72 , saturation: 0.97 and the lightness value of 7130fc is 0.59.

The process color (four color CMYK) of #7130fc color hex is 0.55, 0.81, 0.00, 0.01. Web safe color of #7130fc is #6633ff. Color #7130fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110000 11111100
Octal 161 60 374
Decimal 113 48 252
Hex 71 30 FC

RGB Percentages of Color #7130fc

%27.36
%11.62
%61.02

CMYK Percentages of Color #7130fc

%55
%81
%0
%1

Triadic Colors of #7130fc

#7130fc #fc7130 #30fc71

Analogous Colors of #7130fc

#7130fc #d730fc #3055fc

Monochromatic Colors of #7130fc

#7130fc

Complementary Color

#7130fc #bbfc30

#7130fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7130fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7130fc Color CSS Codes

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

#7130fc Text Font Color

<p style="color:#7130fc">Text here</p>

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


#7130fc Background Color

<div style="background-color:#7130fc">
Div content here</div>

This div background color is #7130fc


#7130fc Border Color

<div style="border:3px solid #7130fc">
Div here</div>

This div border color is #7130fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,48,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7130fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7130fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7130fc;
  box-shadow:         1px 1px 3px 2px #7130fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,48,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7130fc

Related Colors


Comments

No comments written yet.

Please login to write comment.