color codes Logo

#c965da color codes

#C965DA
(201,101,218)
0 Favorites   0 Comments

Color spaces of #c965da

RGB 201101218
HSL0.810.610.63
HSV291°54°85°
CMYK 0.080.540.00   0.15
XYZ41.396026.786869.3182
Yxy26.78680.30110.1948
Hunter Lab51.756052.1968-43.1796
CIE-Lab58.776556.6912-43.1268

#c965da color RGB value is (201,101,218).

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

The process color (four color CMYK) of #c965da color code is 0.08, 0.54, 0.00, 0.15. Web safe color of #c965da is #cc66cc. Color #c965da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11011010
Octal 311 145 332
Decimal 201 101 218
Hex C9 65 DA

RGB Percentages of Color #c965da

%38.65
%19.42
%41.92

CMYK Percentages of Color #c965da

%8
%54
%0
%15

Triadic Colors of #c965da

#c965da #dac965 #65dac9

Analogous Colors of #c965da

#c965da #da65b1 #8f65da

Monochromatic Colors of #c965da

#c965da

Complementary Color

#c965da #76da65

#c965da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965da Color CSS Codes

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

#c965da Text Font Color

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

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


#c965da Background Color

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

This div background color is #c965da


#c965da Border Color

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

This div border color is #c965da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,101,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965da


Comments

No comments written yet.

Please login to write comment.