Color Hex Logo

#c715da Color Hex

#C715DA
(199,21,218)
0 Favorites   0 Comments

Color spaces of #c715da

RGB 19921218
HSL0.820.820.47
HSV294°90°85°
CMYK 0.090.900.00   0.15
XYZ36.476217.740467.8314
Yxy17.74040.29890.1454
Hunter Lab42.119480.8757-66.0004
CIE-Lab49.179782.4045-58.4339

#c715da color RGB value is (199,21,218).

#c715da hex color red value is 199, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c715da hue: 0.82 , saturation: 0.82 and the lightness value of c715da is 0.47.

The process color (four color CMYK) of #c715da color hex is 0.09, 0.90, 0.00, 0.15. Web safe color of #c715da is #cc00cc. Color #c715da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010101 11011010
Octal 307 25 332
Decimal 199 21 218
Hex C7 15 DA

RGB Percentages of Color #c715da

%45.43
%4.79
%49.77

CMYK Percentages of Color #c715da

%9
%90
%0
%15

Triadic Colors of #c715da

#c715da #dac715 #15dac7

Analogous Colors of #c715da

#c715da #da158b #6515da

Monochromatic Colors of #c715da

#c715da

Complementary Color

#c715da #28da15

#c715da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c715da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c715da Color CSS Codes

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

#c715da Text Font Color

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

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


#c715da Background Color

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

This div background color is #c715da


#c715da Border Color

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

This div border color is #c715da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,21,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c715da


Comments

No comments written yet.

Please login to write comment.