Color Hex Logo

#663cef Color Hex

#663CEF
(102,60,239)
0 Favorites   0 Comments

Color spaces of #663cef

RGB 10260239
HSL0.710.850.59
HSV254°75°94°
CMYK 0.570.750.00   0.06
XYZ22.675312.288582.8381
Yxy12.28850.19250.1043
Hunter Lab35.055054.1166-115.5693
CIE-Lab41.671061.5226-83.1473

#663cef color RGB value is (102,60,239).

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

The process color (four color CMYK) of #663cef color hex is 0.57, 0.75, 0.00, 0.06. Web safe color of #663cef is #6633ff. Color #663cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111100 11101111
Octal 146 74 357
Decimal 102 60 239
Hex 66 3C EF

RGB Percentages of Color #663cef

%25.44
%14.96
%59.60

CMYK Percentages of Color #663cef

%57
%75
%0
%6

Triadic Colors of #663cef

#663cef #ef663c #3cef66

Analogous Colors of #663cef

#663cef #c03cef #3c6cef

Monochromatic Colors of #663cef

#663cef

Complementary Color

#663cef #c5ef3c

#663cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#663cef Color CSS Codes

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

#663cef Text Font Color

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

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


#663cef Background Color

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

This div background color is #663cef


#663cef Border Color

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

This div border color is #663cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663cef


Comments

No comments written yet.

Please login to write comment.