Color Hex Logo

#6648fc Color Hex

#6648FC
(102,72,252)
0 Favorites   0 Comments

Color spaces of #6648fc

RGB 10272252
HSL0.690.970.64
HSV250°71°99°
CMYK 0.600.710.00   0.01
XYZ25.367514.487893.5549
Yxy14.48780.19010.1086
Hunter Lab38.062852.3538-119.0853
CIE-Lab44.924559.3156-85.0942

#6648fc color RGB value is (102,72,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001000 11111100
Octal 146 110 374
Decimal 102 72 252
Hex 66 48 FC

RGB Percentages of Color #6648fc

%23.94
%16.90
%59.15

CMYK Percentages of Color #6648fc

%60
%71
%0
%1

Triadic Colors of #6648fc

#6648fc #fc6648 #48fc66

Analogous Colors of #6648fc

#6648fc #c048fc #4884fc

Monochromatic Colors of #6648fc

#6648fc

Complementary Color

#6648fc #defc48

#6648fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6648fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6648fc Color CSS Codes

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

#6648fc Text Font Color

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

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


#6648fc Background Color

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

This div background color is #6648fc


#6648fc Border Color

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

This div border color is #6648fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6648fc


Comments

No comments written yet.

Please login to write comment.