Color Hex Logo

#7148fc Color Hex

#7148FC
(113,72,252)
0 Favorites   0 Comments

Color spaces of #7148fc

RGB 11372252
HSL0.700.970.64
HSV254°71°99°
CMYK 0.550.710.00   0.01
XYZ26.698115.173793.6171
Yxy15.17370.19710.1120
Hunter Lab38.953454.1727-115.2247
CIE-Lab45.871260.7681-83.5042

#7148fc color RGB value is (113,72,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001000 11111100
Octal 161 110 374
Decimal 113 72 252
Hex 71 48 FC

RGB Percentages of Color #7148fc

%25.86
%16.48
%57.67

CMYK Percentages of Color #7148fc

%55
%71
%0
%1

Triadic Colors of #7148fc

#7148fc #fc7148 #48fc71

Analogous Colors of #7148fc

#7148fc #cb48fc #4879fc

Monochromatic Colors of #7148fc

#7148fc

Complementary Color

#7148fc #d3fc48

#7148fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7148fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7148fc Color CSS Codes

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

#7148fc Text Font Color

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

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


#7148fc Background Color

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

This div background color is #7148fc


#7148fc Border Color

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

This div border color is #7148fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,72,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 #7148fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7148fc


Comments

No comments written yet.

Please login to write comment.