Color Hex Logo

#7648fc Color Hex

#7648FC
(118,72,252)
0 Favorites   0 Comments

Color spaces of #7648fc

RGB 11872252
HSL0.710.970.64
HSV255°71°99°
CMYK 0.530.710.00   0.01
XYZ27.359315.514693.6481
Yxy15.51460.20040.1136
Hunter Lab39.388655.0561-113.3926
CIE-Lab46.331161.4669-82.7322

#7648fc color RGB value is (118,72,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 11111100
Octal 166 110 374
Decimal 118 72 252
Hex 76 48 FC

RGB Percentages of Color #7648fc

%26.70
%16.29
%57.01

CMYK Percentages of Color #7648fc

%53
%71
%0
%1

Triadic Colors of #7648fc

#7648fc #fc7648 #48fc76

Analogous Colors of #7648fc

#7648fc #d048fc #4874fc

Monochromatic Colors of #7648fc

#7648fc

Complementary Color

#7648fc #cefc48

#7648fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7648fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7648fc Color CSS Codes

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

#7648fc Text Font Color

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

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


#7648fc Background Color

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

This div background color is #7648fc


#7648fc Border Color

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

This div border color is #7648fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7648fc

Related Colors


Comments

No comments written yet.

Please login to write comment.