color codes Logo

#c959db color codes

#C959DB
(201,89,219)
0 Favorites   0 Comments

Color spaces of #c959db

RGB 20189219
HSL0.810.640.60
HSV292°59°86°
CMYK 0.080.590.00   0.14
XYZ40.446024.676769.6492
Yxy24.67670.30010.1831
Hunter Lab49.675658.4026-48.3563
CIE-Lab56.759062.4653-46.8785

#c959db color RGB value is (201,89,219).

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

The process color (four color CMYK) of #c959db color code is 0.08, 0.59, 0.00, 0.14. Web safe color of #c959db is #cc66cc. Color #c959db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011001 11011011
Octal 311 131 333
Decimal 201 89 219
Hex C9 59 DB

RGB Percentages of Color #c959db

%39.49
%17.49
%43.03

CMYK Percentages of Color #c959db

%8
%59
%0
%14

Triadic Colors of #c959db

#c959db #dbc959 #59dbc9

Analogous Colors of #c959db

#c959db #db59ac #8859db

Monochromatic Colors of #c959db

#c959db

Complementary Color

#c959db #6bdb59

#c959db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c959db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c959db Color CSS Codes

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

#c959db Text Font Color

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

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


#c959db Background Color

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

This div background color is #c959db


#c959db Border Color

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

This div border color is #c959db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c959db


Comments

No comments written yet.

Please login to write comment.