Color Hex Logo

#c753cd Color Hex

#C753CD
(199,83,205)
0 Favorites   0 Comments

Color spaces of #c753cd

RGB 19983205
HSL0.830.550.56
HSV297°60°80°
CMYK 0.030.600.00   0.20
XYZ37.665922.736460.1610
Yxy22.73640.31240.1886
Hunter Lab47.682757.5574-41.4280
CIE-Lab54.799862.0883-42.0464

#c753cd color RGB value is (199,83,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010011 11001101
Octal 307 123 315
Decimal 199 83 205
Hex C7 53 CD

RGB Percentages of Color #c753cd

%40.86
%17.04
%42.09

CMYK Percentages of Color #c753cd

%3
%60
%0
%20

Triadic Colors of #c753cd

#c753cd #cdc753 #53cdc7

Analogous Colors of #c753cd

#c753cd #cd5396 #8a53cd

Monochromatic Colors of #c753cd

#c753cd

Complementary Color

#c753cd #59cd53

#c753cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c753cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c753cd Color CSS Codes

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

#c753cd Text Font Color

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

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


#c753cd Background Color

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

This div background color is #c753cd


#c753cd Border Color

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

This div border color is #c753cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c753cd


Comments

No comments written yet.

Please login to write comment.