Color Hex Logo

#c317bc Color Hex

#C317BC
(195,23,188)
0 Favorites   0 Comments

Color spaces of #c317bc

RGB 19523188
HSL0.840.790.43
HSV302°88°76°
CMYK 0.000.880.04   0.24
XYZ31.889215.845748.9547
Yxy15.84570.32980.1639
Hunter Lab39.806773.3351-45.0509
CIE-Lab46.771476.8672-44.9909

#c317bc color RGB value is (195,23,188).

#c317bc hex color red value is 195, green value is 23 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c317bc hue: 0.84 , saturation: 0.79 and the lightness value of c317bc is 0.43.

The process color (four color CMYK) of #c317bc color hex is 0.00, 0.88, 0.04, 0.24. Web safe color of #c317bc is #cc00cc. Color #c317bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010111 10111100
Octal 303 27 274
Decimal 195 23 188
Hex C3 17 BC

RGB Percentages of Color #c317bc

%48.03
%5.67
%46.31

CMYK Percentages of Color #c317bc

%0
%88
%4
%24

Triadic Colors of #c317bc

#c317bc #bcc317 #17bcc3

Analogous Colors of #c317bc

#c317bc #c31766 #7417c3

Monochromatic Colors of #c317bc

#c317bc

Complementary Color

#c317bc #17c31e

#c317bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c317bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c317bc Color CSS Codes

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

#c317bc Text Font Color

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

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


#c317bc Background Color

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

This div background color is #c317bc


#c317bc Border Color

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

This div border color is #c317bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c317bc


Comments

No comments written yet.

Please login to write comment.