Color Hex Logo

#663cdf Color Hex

#663CDF
(102,60,223)
0 Favorites   0 Comments

Color spaces of #663cdf

RGB 10260223
HSL0.710.720.55
HSV255°73°87°
CMYK 0.540.730.00   0.13
XYZ20.414611.384270.9334
Yxy11.38420.19870.1108
Hunter Lab33.740548.9552-101.0284
CIE-Lab40.220257.1078-76.4465

#663cdf color RGB value is (102,60,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111100 11011111
Octal 146 74 337
Decimal 102 60 223
Hex 66 3C DF

RGB Percentages of Color #663cdf

%26.49
%15.58
%57.92

CMYK Percentages of Color #663cdf

%54
%73
%0
%13

Triadic Colors of #663cdf

#663cdf #df663c #3cdf66

Analogous Colors of #663cdf

#663cdf #b83cdf #3c63df

Monochromatic Colors of #663cdf

#663cdf

Complementary Color

#663cdf #b5df3c

#663cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#663cdf Color CSS Codes

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

#663cdf Text Font Color

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

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


#663cdf Background Color

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

This div background color is #663cdf


#663cdf Border Color

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

This div border color is #663cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663cdf


Comments

No comments written yet.

Please login to write comment.