Color Hex Logo

#c318ab Color Hex

#C318AB
(195,24,171)
0 Favorites   0 Comments

Color spaces of #c318ab

RGB 19524171
HSL0.860.780.43
HSV308°88°76°
CMYK 0.000.880.12   0.24
XYZ30.183015.195639.8703
Yxy15.19560.35410.1782
Hunter Lab38.981569.9930-33.3547
CIE-Lab45.900974.3088-36.3589

#c318ab color RGB value is (195,24,171).

#c318ab hex color red value is 195, green value is 24 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c318ab hue: 0.86 , saturation: 0.78 and the lightness value of c318ab is 0.43.

The process color (four color CMYK) of #c318ab color hex is 0.00, 0.88, 0.12, 0.24. Web safe color of #c318ab is #cc0099. Color #c318ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011000 10101011
Octal 303 30 253
Decimal 195 24 171
Hex C3 18 AB

RGB Percentages of Color #c318ab

%50.00
%6.15
%43.85

CMYK Percentages of Color #c318ab

%0
%88
%12
%24

Triadic Colors of #c318ab

#c318ab #abc318 #18abc3

Analogous Colors of #c318ab

#c318ab #c31855 #8618c3

Monochromatic Colors of #c318ab

#c318ab

Complementary Color

#c318ab #18c330

#c318ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c318ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c318ab Color CSS Codes

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

#c318ab Text Font Color

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

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


#c318ab Background Color

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

This div background color is #c318ab


#c318ab Border Color

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

This div border color is #c318ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c318ab


Comments

No comments written yet.

Please login to write comment.