Color Hex Logo

#c151cd Color Hex

#C151CD
(193,81,205)
0 Favorites   0 Comments

Color spaces of #c151cd

RGB 19381205
HSL0.820.550.56
HSV294°60°80°
CMYK 0.060.600.00   0.20
XYZ35.954221.630160.0376
Yxy21.63010.30570.1839
Hunter Lab46.508256.6042-43.9820
CIE-Lab53.632361.4707-43.9470

#c151cd color RGB value is (193,81,205).

#c151cd hex color red value is 193, green value is 81 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c151cd hue: 0.82 , saturation: 0.55 and the lightness value of c151cd is 0.56.

The process color (four color CMYK) of #c151cd color hex is 0.06, 0.60, 0.00, 0.20. Web safe color of #c151cd is #cc66cc. Color #c151cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 11001101
Octal 301 121 315
Decimal 193 81 205
Hex C1 51 CD

RGB Percentages of Color #c151cd

%40.29
%16.91
%42.80

CMYK Percentages of Color #c151cd

%6
%60
%0
%20

Triadic Colors of #c151cd

#c151cd #cdc151 #51cdc1

Analogous Colors of #c151cd

#c151cd #cd519b #8351cd

Monochromatic Colors of #c151cd

#c151cd

Complementary Color

#c151cd #5dcd51

#c151cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c151cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c151cd Color CSS Codes

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

#c151cd Text Font Color

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

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


#c151cd Background Color

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

This div background color is #c151cd


#c151cd Border Color

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

This div border color is #c151cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c151cd


Comments

No comments written yet.

Please login to write comment.