Color Hex Logo

#c785cc Color Hex

#C785CC
(199,133,204)
0 Favorites   0 Comments

Color spaces of #c785cc

RGB 199133204
HSL0.820.410.66
HSV296°35°80°
CMYK 0.020.350.00   0.20
XYZ42.839833.276861.2919
Yxy33.27680.31180.2422
Hunter Lab57.686031.6101-22.6159
CIE-Lab64.384436.8751-26.5432

#c785cc color RGB value is (199,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 11001100
Octal 307 205 314
Decimal 199 133 204
Hex C7 85 CC

RGB Percentages of Color #c785cc

%37.13
%24.81
%38.06

CMYK Percentages of Color #c785cc

%2
%35
%0
%20

Triadic Colors of #c785cc

#c785cc #ccc785 #85ccc7

Analogous Colors of #c785cc

#c785cc #cc85ae #a485cc

Monochromatic Colors of #c785cc

#c785cc

Complementary Color

#c785cc #8acc85

#c785cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c785cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c785cc Color CSS Codes

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

#c785cc Text Font Color

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

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


#c785cc Background Color

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

This div background color is #c785cc


#c785cc Border Color

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

This div border color is #c785cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c785cc


Comments

No comments written yet.

Please login to write comment.