Color Hex Logo

#6658fd Color Hex

#6658FD
(102,88,253)
0 Favorites   0 Comments

Color spaces of #6658fd

RGB 10288253
HSL0.680.980.67
HSV245°65°99°
CMYK 0.600.650.00   0.01
XYZ26.698816.896194.7826
Yxy16.89610.19290.1221
Hunter Lab41.104944.0074-107.9418
CIE-Lab48.128951.0397-80.3976

#6658fd color RGB value is (102,88,253).

#6658fd hex color red value is 102, green value is 88 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6658fd hue: 0.68 , saturation: 0.98 and the lightness value of 6658fd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011000 11111101
Octal 146 130 375
Decimal 102 88 253
Hex 66 58 FD

RGB Percentages of Color #6658fd

%23.02
%19.86
%57.11

CMYK Percentages of Color #6658fd

%60
%65
%0
%1

Triadic Colors of #6658fd

#6658fd #fd6658 #58fd66

Analogous Colors of #6658fd

#6658fd #b958fd #589dfd

Monochromatic Colors of #6658fd

#6658fd

Complementary Color

#6658fd #effd58

#6658fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6658fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6658fd Color CSS Codes

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

#6658fd Text Font Color

<p style="color:#6658fd">Text here</p>

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


#6658fd Background Color

<div style="background-color:#6658fd">
Div content here</div>

This div background color is #6658fd


#6658fd Border Color

<div style="border:3px solid #6658fd">
Div here</div>

This div border color is #6658fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,88,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6658fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6658fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6658fd;
  box-shadow:         1px 1px 3px 2px #6658fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6658fd

Related Colors


Comments

No comments written yet.

Please login to write comment.