Color Hex Logo

#c869dc Color Hex

#C869DC
(200,105,220)
0 Favorites   0 Comments

Color spaces of #c869dc

RGB 200105220
HSL0.800.620.64
HSV290°52°86°
CMYK 0.090.520.00   0.14
XYZ41.789327.549870.8253
Yxy27.54980.29810.1966
Hunter Lab52.487950.2625-43.2623
CIE-Lab59.479854.8561-43.1521

#c869dc color RGB value is (200,105,220).

#c869dc hex color red value is 200, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c869dc hue: 0.80 , saturation: 0.62 and the lightness value of c869dc is 0.64.

The process color (four color CMYK) of #c869dc color hex is 0.09, 0.52, 0.00, 0.14. Web safe color of #c869dc is #cc66cc. Color #c869dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101001 11011100
Octal 310 151 334
Decimal 200 105 220
Hex C8 69 DC

RGB Percentages of Color #c869dc

%38.10
%20.00
%41.90

CMYK Percentages of Color #c869dc

%9
%52
%0
%14

Triadic Colors of #c869dc

#c869dc #dcc869 #69dcc8

Analogous Colors of #c869dc

#c869dc #dc69b7 #8f69dc

Monochromatic Colors of #c869dc

#c869dc

Complementary Color

#c869dc #7ddc69

#c869dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c869dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c869dc Color CSS Codes

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

#c869dc Text Font Color

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

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


#c869dc Background Color

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

This div background color is #c869dc


#c869dc Border Color

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

This div border color is #c869dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,105,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c869dc


Comments

No comments written yet.

Please login to write comment.