Color Hex Logo

#c869dd Color Hex

#C869DD
(200,105,221)
0 Favorites   0 Comments

Color spaces of #c869dd

RGB 200105221
HSL0.800.630.64
HSV289°52°87°
CMYK 0.100.520.00   0.13
XYZ41.922127.603071.5250
Yxy27.60300.29720.1957
Hunter Lab52.538650.4881-43.9393
CIE-Lab59.528455.0491-43.6372

#c869dd color RGB value is (200,105,221).

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

The process color (four color CMYK) of #c869dd color hex is 0.10, 0.52, 0.00, 0.13. Web safe color of #c869dd is #cc66cc. Color #c869dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101001 11011101
Octal 310 151 335
Decimal 200 105 221
Hex C8 69 DD

RGB Percentages of Color #c869dd

%38.02
%19.96
%42.02

CMYK Percentages of Color #c869dd

%10
%52
%0
%13

Triadic Colors of #c869dd

#c869dd #ddc869 #69ddc8

Analogous Colors of #c869dd

#c869dd #dd69b8 #8e69dd

Monochromatic Colors of #c869dd

#c869dd

Complementary Color

#c869dd #7edd69

#c869dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c869dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c869dd Color CSS Codes

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

#c869dd Text Font Color

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

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


#c869dd Background Color

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

This div background color is #c869dd


#c869dd Border Color

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

This div border color is #c869dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c869dd


Comments

No comments written yet.

Please login to write comment.