Color Hex Logo

#7348fc Color Hex

#7348FC
(115,72,252)
0 Favorites   0 Comments

Color spaces of #7348fc

RGB 11572252
HSL0.710.970.64
HSV254°71°99°
CMYK 0.540.710.00   0.01
XYZ26.958315.307893.6293
Yxy15.30780.19840.1126
Hunter Lab39.125254.5222-114.4975
CIE-Lab46.052961.0451-83.1991

#7348fc color RGB value is (115,72,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001000 11111100
Octal 163 110 374
Decimal 115 72 252
Hex 73 48 FC

RGB Percentages of Color #7348fc

%26.20
%16.40
%57.40

CMYK Percentages of Color #7348fc

%54
%71
%0
%1

Triadic Colors of #7348fc

#7348fc #fc7348 #48fc73

Analogous Colors of #7348fc

#7348fc #cd48fc #4877fc

Monochromatic Colors of #7348fc

#7348fc

Complementary Color

#7348fc #d1fc48

#7348fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7348fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7348fc Color CSS Codes

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

#7348fc Text Font Color

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

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


#7348fc Background Color

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

This div background color is #7348fc


#7348fc Border Color

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

This div border color is #7348fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7348fc


Comments

No comments written yet.

Please login to write comment.