Color Hex Logo

#665ffc Color Hex

#665FFC
(102,95,252)
0 Favorites   0 Comments

Color spaces of #665ffc

RGB 10295252
HSL0.670.960.68
HSV243°62°99°
CMYK 0.600.620.00   0.01
XYZ27.142418.037594.1465
Yxy18.03750.19480.1295
Hunter Lab42.470639.7535-101.7015
CIE-Lab49.541646.7540-77.5337

#665ffc color RGB value is (102,95,252).

#665ffc hex color red value is 102, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #665ffc hue: 0.67 , saturation: 0.96 and the lightness value of 665ffc is 0.68.

The process color (four color CMYK) of #665ffc color hex is 0.60, 0.62, 0.00, 0.01. Web safe color of #665ffc is #6666ff. Color #665ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011111 11111100
Octal 146 137 374
Decimal 102 95 252
Hex 66 5F FC

RGB Percentages of Color #665ffc

%22.72
%21.16
%56.12

CMYK Percentages of Color #665ffc

%60
%62
%0
%1

Triadic Colors of #665ffc

#665ffc #fc665f #5ffc66

Analogous Colors of #665ffc

#665ffc #b55ffc #5fa7fc

Monochromatic Colors of #665ffc

#665ffc

Complementary Color

#665ffc #f5fc5f

#665ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#665ffc Color CSS Codes

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

#665ffc Text Font Color

<p style="color:#665ffc">Text here</p>

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


#665ffc Background Color

<div style="background-color:#665ffc">
Div content here</div>

This div background color is #665ffc


#665ffc Border Color

<div style="border:3px solid #665ffc">
Div here</div>

This div border color is #665ffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,95,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665ffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665ffc;
  -webkit-box-shadow: 1px 1px 3px 2px #665ffc;
  box-shadow:         1px 1px 3px 2px #665ffc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.