Color Hex Logo

#663bdc Color Hex

#663BDC
(102,59,220)
0 Favorites   0 Comments

Color spaces of #663bdc

RGB 10259220
HSL0.710.700.55
HSV256°73°86°
CMYK 0.540.730.00   0.14
XYZ19.961711.120068.8044
Yxy11.12000.19980.1113
Hunter Lab33.346748.4955-98.9908
CIE-Lab39.781956.7662-75.4500

#663bdc color RGB value is (102,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111011 11011100
Octal 146 73 334
Decimal 102 59 220
Hex 66 3B DC

RGB Percentages of Color #663bdc

%26.77
%15.49
%57.74

CMYK Percentages of Color #663bdc

%54
%73
%0
%14

Triadic Colors of #663bdc

#663bdc #dc663b #3bdc66

Analogous Colors of #663bdc

#663bdc #b73bdc #3b60dc

Monochromatic Colors of #663bdc

#663bdc

Complementary Color

#663bdc #b1dc3b

#663bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#663bdc Color CSS Codes

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

#663bdc Text Font Color

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

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


#663bdc Background Color

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

This div background color is #663bdc


#663bdc Border Color

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

This div border color is #663bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663bdc


Comments

No comments written yet.

Please login to write comment.