Color Hex Logo

#c215cd Color Hex

#C215CD
(194,21,205)
0 Favorites   0 Comments

Color spaces of #c215cd

RGB 19421205
HSL0.820.810.44
HSV296°90°80°
CMYK 0.050.900.00   0.20
XYZ33.535716.413459.1582
Yxy16.41340.30740.1504
Hunter Lab40.513576.8579-58.2165
CIE-Lab47.512379.5533-53.6942

#c215cd color RGB value is (194,21,205).

#c215cd hex color red value is 194, green value is 21 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c215cd hue: 0.82 , saturation: 0.81 and the lightness value of c215cd is 0.44.

The process color (four color CMYK) of #c215cd color hex is 0.05, 0.90, 0.00, 0.20. Web safe color of #c215cd is #cc00cc. Color #c215cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010101 11001101
Octal 302 25 315
Decimal 194 21 205
Hex C2 15 CD

RGB Percentages of Color #c215cd

%46.19
%5.00
%48.81

CMYK Percentages of Color #c215cd

%5
%90
%0
%20

Triadic Colors of #c215cd

#c215cd #cdc215 #15cdc2

Analogous Colors of #c215cd

#c215cd #cd157c #6615cd

Monochromatic Colors of #c215cd

#c215cd

Complementary Color

#c215cd #20cd15

#c215cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c215cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c215cd Color CSS Codes

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

#c215cd Text Font Color

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

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


#c215cd Background Color

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

This div background color is #c215cd


#c215cd Border Color

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

This div border color is #c215cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c215cd


Comments

No comments written yet.

Please login to write comment.