Color Hex Logo

#c317cd Color Hex

#C317CD
(195,23,205)
0 Favorites   0 Comments

Color spaces of #c317cd

RGB 19523205
HSL0.820.800.45
HSV297°89°80°
CMYK 0.050.890.00   0.20
XYZ33.831516.622759.1830
Yxy16.62270.30860.1516
Hunter Lab40.770976.7691-57.5256
CIE-Lab47.781179.4304-53.2535

#c317cd color RGB value is (195,23,205).

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

The process color (four color CMYK) of #c317cd color hex is 0.05, 0.89, 0.00, 0.20. Web safe color of #c317cd is #cc00cc. Color #c317cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010111 11001101
Octal 303 27 315
Decimal 195 23 205
Hex C3 17 CD

RGB Percentages of Color #c317cd

%46.10
%5.44
%48.46

CMYK Percentages of Color #c317cd

%5
%89
%0
%20

Triadic Colors of #c317cd

#c317cd #cdc317 #17cdc3

Analogous Colors of #c317cd

#c317cd #cd177c #6817cd

Monochromatic Colors of #c317cd

#c317cd

Complementary Color

#c317cd #21cd17

#c317cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c317cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c317cd Color CSS Codes

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

#c317cd Text Font Color

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

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


#c317cd Background Color

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

This div background color is #c317cd


#c317cd Border Color

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

This div border color is #c317cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,23,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c317cd


Comments

No comments written yet.

Please login to write comment.