Color Hex Logo

#c969ce Color Hex

#C969CE
(201,105,206)
0 Favorites   0 Comments

Color spaces of #c969ce

RGB 201105206
HSL0.830.510.61
HSV297°49°81°
CMYK 0.020.490.00   0.19
XYZ40.279526.976961.4766
Yxy26.97690.31290.2096
Hunter Lab51.939347.5350-33.8196
CIE-Lab58.952952.4921-36.0735

#c969ce color RGB value is (201,105,206).

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

The process color (four color CMYK) of #c969ce color hex is 0.02, 0.49, 0.00, 0.19. Web safe color of #c969ce is #cc66cc. Color #c969ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101001 11001110
Octal 311 151 316
Decimal 201 105 206
Hex C9 69 CE

RGB Percentages of Color #c969ce

%39.26
%20.51
%40.23

CMYK Percentages of Color #c969ce

%2
%49
%0
%19

Triadic Colors of #c969ce

#c969ce #cec969 #69cec9

Analogous Colors of #c969ce

#c969ce #ce69a1 #9769ce

Monochromatic Colors of #c969ce

#c969ce

Complementary Color

#c969ce #6ece69

#c969ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c969ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c969ce Color CSS Codes

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

#c969ce Text Font Color

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

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


#c969ce Background Color

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

This div background color is #c969ce


#c969ce Border Color

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

This div border color is #c969ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c969ce


Comments

No comments written yet.

Please login to write comment.