Color Hex Logo

#6617dc Color Hex

#6617DC
(102,23,220)
0 Favorites   0 Comments

Color spaces of #6617dc

RGB 10223220
HSL0.730.810.48
HSV264°90°86°
CMYK 0.540.900.00   0.14
XYZ18.70428.604968.3852
Yxy8.60490.19550.0899
Hunter Lab29.334162.4816-117.6860
CIE-Lab35.212270.0863-82.9795

#6617dc color RGB value is (102,23,220).

#6617dc hex color red value is 102, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6617dc hue: 0.73 , saturation: 0.81 and the lightness value of 6617dc is 0.48.

The process color (four color CMYK) of #6617dc color hex is 0.54, 0.90, 0.00, 0.14. Web safe color of #6617dc is #6600cc. Color #6617dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010111 11011100
Octal 146 27 334
Decimal 102 23 220
Hex 66 17 DC

RGB Percentages of Color #6617dc

%29.57
%6.67
%63.77

CMYK Percentages of Color #6617dc

%54
%90
%0
%14

Triadic Colors of #6617dc

#6617dc #dc6617 #17dc66

Analogous Colors of #6617dc

#6617dc #c917dc #172adc

Monochromatic Colors of #6617dc

#6617dc

Complementary Color

#6617dc #8ddc17

#6617dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6617dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6617dc Color CSS Codes

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

#6617dc Text Font Color

<p style="color:#6617dc">Text here</p>

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


#6617dc Background Color

<div style="background-color:#6617dc">
Div content here</div>

This div background color is #6617dc


#6617dc Border Color

<div style="border:3px solid #6617dc">
Div here</div>

This div border color is #6617dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6617dc


Comments

No comments written yet.

Please login to write comment.