Color Hex Logo

#c869db Color Hex

#C869DB
(200,105,219)
0 Favorites   0 Comments

Color spaces of #c869db

RGB 200105219
HSL0.810.610.64
HSV290°52°86°
CMYK 0.090.520.00   0.14
XYZ41.657227.497070.1297
Yxy27.49700.29910.1974
Hunter Lab52.437650.0373-42.5878
CIE-Lab59.431654.6630-42.6661

#c869db color RGB value is (200,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101001 11011011
Octal 310 151 333
Decimal 200 105 219
Hex C8 69 DB

RGB Percentages of Color #c869db

%38.17
%20.04
%41.79

CMYK Percentages of Color #c869db

%9
%52
%0
%14

Triadic Colors of #c869db

#c869db #dbc869 #69dbc8

Analogous Colors of #c869db

#c869db #db69b5 #8f69db

Monochromatic Colors of #c869db

#c869db

Complementary Color

#c869db #7cdb69

#c869db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c869db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c869db Color CSS Codes

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

#c869db Text Font Color

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

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


#c869db Background Color

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

This div background color is #c869db


#c869db Border Color

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

This div border color is #c869db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c869db


Comments

No comments written yet.

Please login to write comment.