Color Hex Logo

#c317ef Color Hex

#C317EF
(195,23,239)
0 Favorites   0 Comments

Color spaces of #c317ef

RGB 19523239
HSL0.800.870.51
HSV288°90°94°
CMYK 0.180.900.00   0.06
XYZ38.392118.446983.1985
Yxy18.44690.27420.1317
Hunter Lab42.949984.3957-84.7862
CIE-Lab50.033784.9769-68.9932

#c317ef color RGB value is (195,23,239).

#c317ef hex color red value is 195, green value is 23 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c317ef hue: 0.80 , saturation: 0.87 and the lightness value of c317ef is 0.51.

The process color (four color CMYK) of #c317ef color hex is 0.18, 0.90, 0.00, 0.06. Web safe color of #c317ef is #cc00ff. Color #c317ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010111 11101111
Octal 303 27 357
Decimal 195 23 239
Hex C3 17 EF

RGB Percentages of Color #c317ef

%42.67
%5.03
%52.30

CMYK Percentages of Color #c317ef

%18
%90
%0
%6

Triadic Colors of #c317ef

#c317ef #efc317 #17efc3

Analogous Colors of #c317ef

#c317ef #ef17af #5717ef

Monochromatic Colors of #c317ef

#c317ef

Complementary Color

#c317ef #43ef17

#c317ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c317ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c317ef Color CSS Codes

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

#c317ef Text Font Color

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

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


#c317ef Background Color

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

This div background color is #c317ef


#c317ef Border Color

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

This div border color is #c317ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,23,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c317ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c317ef;
  -webkit-box-shadow: 1px 1px 3px 2px #c317ef;
  box-shadow:         1px 1px 3px 2px #c317ef; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c317ef


Comments

No comments written yet.

Please login to write comment.