Color Hex Logo

#c785ca Color Hex

#C785CA
(199,133,202)
0 Favorites   0 Comments

Color spaces of #c785ca

RGB 199133202
HSL0.830.390.66
HSV297°34°79°
CMYK 0.010.340.00   0.21
XYZ42.601433.181460.0364
Yxy33.18140.31370.2443
Hunter Lab57.603331.2066-21.4720
CIE-Lab64.307536.4940-25.5404

#c785ca color RGB value is (199,133,202).

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

The process color (four color CMYK) of #c785ca color hex is 0.01, 0.34, 0.00, 0.21. Web safe color of #c785ca is #cc99cc. Color #c785ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 11001010
Octal 307 205 312
Decimal 199 133 202
Hex C7 85 CA

RGB Percentages of Color #c785ca

%37.27
%24.91
%37.83

CMYK Percentages of Color #c785ca

%1
%34
%0
%21

Triadic Colors of #c785ca

#c785ca #cac785 #85cac7

Analogous Colors of #c785ca

#c785ca #ca85ab #a585ca

Monochromatic Colors of #c785ca

#c785ca

Complementary Color

#c785ca #88ca85

#c785ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c785ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c785ca Color CSS Codes

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

#c785ca Text Font Color

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

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


#c785ca Background Color

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

This div background color is #c785ca


#c785ca Border Color

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

This div border color is #c785ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c785ca


Comments

No comments written yet.

Please login to write comment.