Color Hex Logo

#cc69dd Color Hex

#CC69DD
(204,105,221)
0 Favorites   0 Comments

Color spaces of #cc69dd

RGB 204105221
HSL0.810.630.64
HSV291°52°87°
CMYK 0.080.520.00   0.13
XYZ43.004628.161071.5756
Yxy28.16100.30130.1973
Hunter Lab53.066951.7864-42.8223
CIE-Lab60.033956.1182-42.8065

#cc69dd color RGB value is (204,105,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 11011101
Octal 314 151 335
Decimal 204 105 221
Hex CC 69 DD

RGB Percentages of Color #cc69dd

%38.49
%19.81
%41.70

CMYK Percentages of Color #cc69dd

%8
%52
%0
%13

Triadic Colors of #cc69dd

#cc69dd #ddcc69 #69ddcc

Analogous Colors of #cc69dd

#cc69dd #dd69b4 #9269dd

Monochromatic Colors of #cc69dd

#cc69dd

Complementary Color

#cc69dd #7add69

#cc69dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69dd Color CSS Codes

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

#cc69dd Text Font Color

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

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


#cc69dd Background Color

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

This div background color is #cc69dd


#cc69dd Border Color

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

This div border color is #cc69dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69dd


Comments

No comments written yet.

Please login to write comment.