Color Hex Logo

#c969db Color Hex

#C969DB
(201,105,219)
0 Favorites   0 Comments

Color spaces of #c969db

RGB 201105219
HSL0.810.610.64
HSV291°52°86°
CMYK 0.080.520.00   0.14
XYZ41.925227.635170.1422
Yxy27.63510.30010.1978
Hunter Lab52.569150.3624-42.3114
CIE-Lab59.557654.9324-42.4590

#c969db color RGB value is (201,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101001 11011011
Octal 311 151 333
Decimal 201 105 219
Hex C9 69 DB

RGB Percentages of Color #c969db

%38.29
%20.00
%41.71

CMYK Percentages of Color #c969db

%8
%52
%0
%14

Triadic Colors of #c969db

#c969db #dbc969 #69dbc9

Analogous Colors of #c969db

#c969db #db69b4 #9069db

Monochromatic Colors of #c969db

#c969db

Complementary Color

#c969db #7bdb69

#c969db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c969db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c969db Color CSS Codes

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

#c969db Text Font Color

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

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


#c969db Background Color

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

This div background color is #c969db


#c969db Border Color

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

This div border color is #c969db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c969db


Comments

No comments written yet.

Please login to write comment.