Color Hex Logo

#6648cb Color Hex

#6648CB
(102,72,203)
0 Favorites   0 Comments

Color spaces of #6648cb

RGB 10272203
HSL0.700.560.54
HSV254°65°80°
CMYK 0.500.650.00   0.20
XYZ18.576311.771357.7929
Yxy11.77130.21080.1336
Hunter Lab34.309336.6050-75.8555
CIE-Lab40.850345.1196-63.9150

#6648cb color RGB value is (102,72,203).

#6648cb hex color red value is 102, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6648cb hue: 0.70 , saturation: 0.56 and the lightness value of 6648cb is 0.54.

The process color (four color CMYK) of #6648cb color hex is 0.50, 0.65, 0.00, 0.20. Web safe color of #6648cb is #6633cc. Color #6648cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001000 11001011
Octal 146 110 313
Decimal 102 72 203
Hex 66 48 CB

RGB Percentages of Color #6648cb

%27.06
%19.10
%53.85

CMYK Percentages of Color #6648cb

%50
%65
%0
%20

Triadic Colors of #6648cb

#6648cb #cb6648 #48cb66

Analogous Colors of #6648cb

#6648cb #a848cb #486ccb

Monochromatic Colors of #6648cb

#6648cb

Complementary Color

#6648cb #adcb48

#6648cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6648cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6648cb Color CSS Codes

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

#6648cb Text Font Color

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

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


#6648cb Background Color

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

This div background color is #6648cb


#6648cb Border Color

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

This div border color is #6648cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,72,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6648cb


Comments

No comments written yet.

Please login to write comment.