color codes Logo

#c869cc color codes

#C869CC
(200,105,204)
0 Favorites   0 Comments

Color spaces of #c869cc

RGB 200105204
HSL0.830.490.61
HSV298°49°80°
CMYK 0.020.490.00   0.20
XYZ39.770126.742160.1924
Yxy26.74210.31390.2111
Hunter Lab51.712846.7795-32.8132
CIE-Lab58.734851.8422-35.2904

#c869cc color RGB value is (200,105,204).

#c869cc hex color red value is 200, green value is 105 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c869cc hue: 0.83 , saturation: 0.49 and the lightness value of c869cc is 0.61.

The process color (four color CMYK) of #c869cc color code is 0.02, 0.49, 0.00, 0.20. Web safe color of #c869cc is #cc66cc. Color #c869cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101001 11001100
Octal 310 151 314
Decimal 200 105 204
Hex C8 69 CC

RGB Percentages of Color #c869cc

%39.29
%20.63
%40.08

CMYK Percentages of Color #c869cc

%2
%49
%0
%20

Triadic Colors of #c869cc

#c869cc #ccc869 #69ccc8

Analogous Colors of #c869cc

#c869cc #cc699f #9769cc

Monochromatic Colors of #c869cc

#c869cc

Complementary Color

#c869cc #6dcc69

#c869cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c869cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c869cc Color CSS Codes

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

#c869cc Text Font Color

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

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


#c869cc Background Color

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

This div background color is #c869cc


#c869cc Border Color

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

This div border color is #c869cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c869cc


Comments

No comments written yet.

Please login to write comment.