Color Hex Logo

#7c17df Color Hex

#7C17DF
(124,23,223)
0 Favorites   0 Comments

Color spaces of #7c17df

RGB 12423223
HSL0.750.810.48
HSV270°90°87°
CMYK 0.440.900.00   0.13
XYZ21.937910.225670.6295
Yxy10.22560.21340.0995
Hunter Lab31.977566.4979-108.5711
CIE-Lab38.244372.8942-79.6052

#7c17df color RGB value is (124,23,223).

#7c17df hex color red value is 124, green value is 23 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7c17df hue: 0.75 , saturation: 0.81 and the lightness value of 7c17df is 0.48.

The process color (four color CMYK) of #7c17df color hex is 0.44, 0.90, 0.00, 0.13. Web safe color of #7c17df is #6600cc. Color #7c17df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010111 11011111
Octal 174 27 337
Decimal 124 23 223
Hex 7C 17 DF

RGB Percentages of Color #7c17df

%33.51
%6.22
%60.27

CMYK Percentages of Color #7c17df

%44
%90
%0
%13

Triadic Colors of #7c17df

#7c17df #df7c17 #17df7c

Analogous Colors of #7c17df

#7c17df #df17de #1817df

Monochromatic Colors of #7c17df

#7c17df

Complementary Color

#7c17df #7adf17

#7c17df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c17df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c17df Color CSS Codes

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

#7c17df Text Font Color

<p style="color:#7c17df">Text here</p>

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


#7c17df Background Color

<div style="background-color:#7c17df">
Div content here</div>

This div background color is #7c17df


#7c17df Border Color

<div style="border:3px solid #7c17df">
Div here</div>

This div border color is #7c17df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,23,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c17df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c17df;
  -webkit-box-shadow: 1px 1px 3px 2px #7c17df;
  box-shadow:         1px 1px 3px 2px #7c17df; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c17df


Comments

No comments written yet.

Please login to write comment.