Color Hex Logo

#cc69da Color Hex

#CC69DA
(204,105,218)
0 Favorites   0 Comments

Color spaces of #cc69da

RGB 204105218
HSL0.810.600.63
HSV293°52°85°
CMYK 0.060.520.00   0.15
XYZ42.608328.002569.4890
Yxy28.00250.30410.1999
Hunter Lab52.917451.1201-40.8151
CIE-Lab59.891055.5514-41.3464

#cc69da color RGB value is (204,105,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 11011010
Octal 314 151 332
Decimal 204 105 218
Hex CC 69 DA

RGB Percentages of Color #cc69da

%38.71
%19.92
%41.37

CMYK Percentages of Color #cc69da

%6
%52
%0
%15

Triadic Colors of #cc69da

#cc69da #dacc69 #69dacc

Analogous Colors of #cc69da

#cc69da #da69b0 #9469da

Monochromatic Colors of #cc69da

#cc69da

Complementary Color

#cc69da #77da69

#cc69da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69da Color CSS Codes

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

#cc69da Text Font Color

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

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


#cc69da Background Color

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

This div background color is #cc69da


#cc69da Border Color

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

This div border color is #cc69da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69da


Comments

No comments written yet.

Please login to write comment.