Color Hex Logo

#c318bd Color Hex

#C318BD
(195,24,189)
0 Favorites   0 Comments

Color spaces of #c318bd

RGB 19524189
HSL0.840.780.43
HSV302°88°76°
CMYK 0.000.880.03   0.24
XYZ32.017615.929549.5313
Yxy15.92950.32850.1634
Hunter Lab39.911873.3488-45.6418
CIE-Lab46.881976.8567-45.3996

#c318bd color RGB value is (195,24,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011000 10111101
Octal 303 30 275
Decimal 195 24 189
Hex C3 18 BD

RGB Percentages of Color #c318bd

%47.79
%5.88
%46.32

CMYK Percentages of Color #c318bd

%0
%88
%3
%24

Triadic Colors of #c318bd

#c318bd #bdc318 #18bdc3

Analogous Colors of #c318bd

#c318bd #c31868 #7418c3

Monochromatic Colors of #c318bd

#c318bd

Complementary Color

#c318bd #18c31e

#c318bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c318bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c318bd Color CSS Codes

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

#c318bd Text Font Color

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

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


#c318bd Background Color

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

This div background color is #c318bd


#c318bd Border Color

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

This div border color is #c318bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c318bd


Comments

No comments written yet.

Please login to write comment.