Color Hex Logo

#663fdc Color Hex

#663FDC
(102,63,220)
0 Favorites   0 Comments

Color spaces of #663fdc

RGB 10263220
HSL0.710.690.55
HSV255°71°86°
CMYK 0.540.710.00   0.14
XYZ20.175311.547168.8756
Yxy11.54710.20060.1148
Hunter Lab33.981046.5127-96.3872
CIE-Lab40.487154.7828-74.2933

#663fdc color RGB value is (102,63,220).

#663fdc hex color red value is 102, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #663fdc hue: 0.71 , saturation: 0.69 and the lightness value of 663fdc is 0.55.

The process color (four color CMYK) of #663fdc color hex is 0.54, 0.71, 0.00, 0.14. Web safe color of #663fdc is #6633cc. Color #663fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111111 11011100
Octal 146 77 334
Decimal 102 63 220
Hex 66 3F DC

RGB Percentages of Color #663fdc

%26.49
%16.36
%57.14

CMYK Percentages of Color #663fdc

%54
%71
%0
%14

Triadic Colors of #663fdc

#663fdc #dc663f #3fdc66

Analogous Colors of #663fdc

#663fdc #b53fdc #3f67dc

Monochromatic Colors of #663fdc

#663fdc

Complementary Color

#663fdc #b5dc3f

#663fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#663fdc Color CSS Codes

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

#663fdc Text Font Color

<p style="color:#663fdc">Text here</p>

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


#663fdc Background Color

<div style="background-color:#663fdc">
Div content here</div>

This div background color is #663fdc


#663fdc Border Color

<div style="border:3px solid #663fdc">
Div here</div>

This div border color is #663fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,63,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #663fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #663fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #663fdc;
  box-shadow:         1px 1px 3px 2px #663fdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663fdc


Comments

No comments written yet.

Please login to write comment.