Color Hex Logo

#c968da Color Hex

#C968DA
(201,104,218)
0 Favorites   0 Comments

Color spaces of #c968da

RGB 201104218
HSL0.810.610.63
HSV291°52°85°
CMYK 0.080.520.00   0.15
XYZ41.692627.380169.4171
Yxy27.38010.30110.1977
Hunter Lab52.326050.6557-42.0275
CIE-Lab59.324555.2320-42.2637

#c968da color RGB value is (201,104,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 11011010
Octal 311 150 332
Decimal 201 104 218
Hex C9 68 DA

RGB Percentages of Color #c968da

%38.43
%19.89
%41.68

CMYK Percentages of Color #c968da

%8
%52
%0
%15

Triadic Colors of #c968da

#c968da #dac968 #68dac9

Analogous Colors of #c968da

#c968da #da68b2 #9068da

Monochromatic Colors of #c968da

#c968da

Complementary Color

#c968da #79da68

#c968da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c968da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c968da Color CSS Codes

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

#c968da Text Font Color

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

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


#c968da Background Color

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

This div background color is #c968da


#c968da Border Color

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

This div border color is #c968da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c968da


Comments

No comments written yet.

Please login to write comment.