Color Hex Logo

#c728cd Color Hex

#C728CD
(199,40,205)
0 Favorites   0 Comments

Color spaces of #c728cd

RGB 19940205
HSL0.830.670.48
HSV298°80°80°
CMYK 0.030.800.00   0.20
XYZ35.331418.067559.3828
Yxy18.06750.31330.1602
Hunter Lab42.505973.9861-53.0769
CIE-Lab49.577976.8466-50.3390

#c728cd color RGB value is (199,40,205).

#c728cd hex color red value is 199, green value is 40 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c728cd hue: 0.83 , saturation: 0.67 and the lightness value of c728cd is 0.48.

The process color (four color CMYK) of #c728cd color hex is 0.03, 0.80, 0.00, 0.20. Web safe color of #c728cd is #cc33cc. Color #c728cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101000 11001101
Octal 307 50 315
Decimal 199 40 205
Hex C7 28 CD

RGB Percentages of Color #c728cd

%44.82
%9.01
%46.17

CMYK Percentages of Color #c728cd

%3
%80
%0
%20

Triadic Colors of #c728cd

#c728cd #cdc728 #28cdc7

Analogous Colors of #c728cd

#c728cd #cd2881 #7528cd

Monochromatic Colors of #c728cd

#c728cd

Complementary Color

#c728cd #2ecd28

#c728cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c728cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c728cd Color CSS Codes

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

#c728cd Text Font Color

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

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


#c728cd Background Color

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

This div background color is #c728cd


#c728cd Border Color

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

This div border color is #c728cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c728cd


Comments

No comments written yet.

Please login to write comment.