Color Hex Logo

#c785cd Color Hex

#C785CD
(199,133,205)
0 Favorites   0 Comments

Color spaces of #c785cd

RGB 199133205
HSL0.820.420.66
HSV295°35°80°
CMYK 0.030.350.00   0.20
XYZ42.960233.324961.9257
Yxy33.32490.31080.2411
Hunter Lab57.727731.8138-23.1922
CIE-Lab64.423137.0670-27.0437

#c785cd color RGB value is (199,133,205).

#c785cd hex color red value is 199, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c785cd hue: 0.82 , saturation: 0.42 and the lightness value of c785cd is 0.66.

The process color (four color CMYK) of #c785cd color hex is 0.03, 0.35, 0.00, 0.20. Web safe color of #c785cd is #cc99cc. Color #c785cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 11001101
Octal 307 205 315
Decimal 199 133 205
Hex C7 85 CD

RGB Percentages of Color #c785cd

%37.06
%24.77
%38.18

CMYK Percentages of Color #c785cd

%3
%35
%0
%20

Triadic Colors of #c785cd

#c785cd #cdc785 #85cdc7

Analogous Colors of #c785cd

#c785cd #cd85af #a385cd

Monochromatic Colors of #c785cd

#c785cd

Complementary Color

#c785cd #8bcd85

#c785cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c785cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c785cd Color CSS Codes

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

#c785cd Text Font Color

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

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


#c785cd Background Color

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

This div background color is #c785cd


#c785cd Border Color

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

This div border color is #c785cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c785cd


Comments

No comments written yet.

Please login to write comment.