Color Hex Logo

#c317eb Color Hex

#C317EB
(195,23,235)
0 Favorites   0 Comments

Color spaces of #c317eb

RGB 19523235
HSL0.800.840.51
HSV289°90°92°
CMYK 0.170.900.00   0.08
XYZ37.807518.213180.1201
Yxy18.21310.27770.1338
Hunter Lab42.676883.4492-81.4354
CIE-Lab49.753684.2989-67.1927

#c317eb color RGB value is (195,23,235).

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

The process color (four color CMYK) of #c317eb color hex is 0.17, 0.90, 0.00, 0.08. Web safe color of #c317eb is #cc00ff. Color #c317eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010111 11101011
Octal 303 27 353
Decimal 195 23 235
Hex C3 17 EB

RGB Percentages of Color #c317eb

%43.05
%5.08
%51.88

CMYK Percentages of Color #c317eb

%17
%90
%0
%8

Triadic Colors of #c317eb

#c317eb #ebc317 #17ebc3

Analogous Colors of #c317eb

#c317eb #eb17a9 #5917eb

Monochromatic Colors of #c317eb

#c317eb

Complementary Color

#c317eb #3feb17

#c317eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c317eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c317eb Color CSS Codes

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

#c317eb Text Font Color

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

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


#c317eb Background Color

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

This div background color is #c317eb


#c317eb Border Color

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

This div border color is #c317eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c317eb


Comments

No comments written yet.

Please login to write comment.