Color Hex Logo

#c315bd Color Hex

#C315BD
(195,21,189)
0 Favorites   0 Comments

Color spaces of #c315bd

RGB 19521189
HSL0.840.810.42
HSV302°89°76°
CMYK 0.000.890.03   0.24
XYZ31.959215.812649.5118
Yxy15.81260.32850.1625
Hunter Lab39.765173.8717-45.9869
CIE-Lab46.727777.3097-45.6453

#c315bd color RGB value is (195,21,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010101 10111101
Octal 303 25 275
Decimal 195 21 189
Hex C3 15 BD

RGB Percentages of Color #c315bd

%48.15
%5.19
%46.67

CMYK Percentages of Color #c315bd

%0
%89
%3
%24

Triadic Colors of #c315bd

#c315bd #bdc315 #15bdc3

Analogous Colors of #c315bd

#c315bd #c31566 #7215c3

Monochromatic Colors of #c315bd

#c315bd

Complementary Color

#c315bd #15c31b

#c315bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c315bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c315bd Color CSS Codes

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

#c315bd Text Font Color

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

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


#c315bd Background Color

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

This div background color is #c315bd


#c315bd Border Color

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

This div border color is #c315bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,21,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 #c315bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c315bd


Comments

No comments written yet.

Please login to write comment.