Color Hex Logo

#c785ce Color Hex

#C785CE
(199,133,206)
0 Favorites   0 Comments

Color spaces of #c785ce

RGB 199133206
HSL0.820.430.66
HSV294°35°81°
CMYK 0.030.350.00   0.19
XYZ43.081333.373462.5636
Yxy33.37340.30990.2401
Hunter Lab57.769732.0179-23.7712
CIE-Lab64.462137.2591-27.5435

#c785ce color RGB value is (199,133,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 11001110
Octal 307 205 316
Decimal 199 133 206
Hex C7 85 CE

RGB Percentages of Color #c785ce

%36.99
%24.72
%38.29

CMYK Percentages of Color #c785ce

%3
%35
%0
%19

Triadic Colors of #c785ce

#c785ce #cec785 #85cec7

Analogous Colors of #c785ce

#c785ce #ce85b1 #a385ce

Monochromatic Colors of #c785ce

#c785ce

Complementary Color

#c785ce #8cce85

#c785ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c785ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c785ce Color CSS Codes

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

#c785ce Text Font Color

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

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


#c785ce Background Color

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

This div background color is #c785ce


#c785ce Border Color

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

This div border color is #c785ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,133,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c785ce


Comments

No comments written yet.

Please login to write comment.